优化
This commit is contained in:
+3
@@ -43,4 +43,7 @@ public class CpUserBaseVO {
|
||||
@ApiModelProperty(value = "企业邮件")
|
||||
private String bizMail;
|
||||
|
||||
@ApiModelProperty(value = "工时")
|
||||
private Integer workHour;
|
||||
|
||||
}
|
||||
|
||||
+3
@@ -47,4 +47,7 @@ public class CpUserExcelVO {
|
||||
@ExcelProperty("企业邮件")
|
||||
private String bizMail;
|
||||
|
||||
@ApiModelProperty(value = "工时")
|
||||
private Integer workHour;
|
||||
|
||||
}
|
||||
|
||||
+2
@@ -47,4 +47,6 @@ public class CpUserExportReqVO {
|
||||
@ApiModelProperty(value = "企业邮件")
|
||||
private String bizMail;
|
||||
|
||||
@ApiModelProperty(value = "工时")
|
||||
private Integer workHour;
|
||||
}
|
||||
|
||||
+2
@@ -49,4 +49,6 @@ public class CpUserPageReqVO extends PageParam {
|
||||
@ApiModelProperty(value = "企业邮件")
|
||||
private String bizMail;
|
||||
|
||||
@ApiModelProperty(value = "工时")
|
||||
private Integer workHour;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user