init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.ruoyi.xq.dto.admin.user;
|
||||
|
||||
import com.ruoyi.xq.domain.User;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UserAdminUpdateVo extends User {
|
||||
private Integer carStatus;
|
||||
private Integer housingStatus;
|
||||
}
|
||||
@@ -23,4 +23,6 @@ public class AddUserReq {
|
||||
private Integer annualIncome;
|
||||
private Integer forPersonals;
|
||||
private String pictures;
|
||||
private Integer carStatus;
|
||||
private Integer housingStatus;
|
||||
}
|
||||
|
||||
@@ -21,4 +21,6 @@ public class UpdateUserReq {
|
||||
private String profession;
|
||||
private Integer forPersonals;
|
||||
private Integer annualIncome;
|
||||
private Integer carStatus;
|
||||
private Integer housingStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user