|
@@ -22,14 +22,14 @@ public class WeeklyDutyScheduleListVo {
|
|
/**
|
|
/**
|
|
* 学号/工号
|
|
* 学号/工号
|
|
*/
|
|
*/
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
|
|
|
+ @ContentStyle(dataFormat = 60)
|
|
@ExcelProperty("工号")
|
|
@ExcelProperty("工号")
|
|
@ApiModelProperty("工号")
|
|
@ApiModelProperty("工号")
|
|
private String userNumber;
|
|
private String userNumber;
|
|
/**
|
|
/**
|
|
* 姓名
|
|
* 姓名
|
|
*/
|
|
*/
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
|
|
|
+ @ContentStyle(dataFormat = 60)
|
|
@ExcelProperty("姓名")
|
|
@ExcelProperty("姓名")
|
|
@ApiModelProperty("姓名")
|
|
@ApiModelProperty("姓名")
|
|
private String name;
|
|
private String name;
|
|
@@ -40,10 +40,16 @@ public class WeeklyDutyScheduleListVo {
|
|
@ExcelProperty("性别")
|
|
@ExcelProperty("性别")
|
|
@ApiModelProperty("性别")
|
|
@ApiModelProperty("性别")
|
|
private String gender;
|
|
private String gender;
|
|
|
|
+ /**
|
|
|
|
+ * 出生日期
|
|
|
|
+ */
|
|
|
|
+ @ApiModelProperty("出生日期")
|
|
|
|
+ @ExcelProperty("出生日期")
|
|
|
|
+ private String dateBirth;
|
|
/**
|
|
/**
|
|
* 证件号码
|
|
* 证件号码
|
|
*/
|
|
*/
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
|
|
|
+ @ContentStyle(dataFormat = 200)
|
|
@ExcelProperty("证件号码")
|
|
@ExcelProperty("证件号码")
|
|
@ApiModelProperty("证件号码")
|
|
@ApiModelProperty("证件号码")
|
|
private String credentialNumber;
|
|
private String credentialNumber;
|
|
@@ -61,12 +67,4 @@ public class WeeklyDutyScheduleListVo {
|
|
@ExcelProperty("值周情况")
|
|
@ExcelProperty("值周情况")
|
|
@ApiModelProperty("值周情况")
|
|
@ApiModelProperty("值周情况")
|
|
private String remark;
|
|
private String remark;
|
|
-
|
|
|
|
- /**
|
|
|
|
- * 出生日期
|
|
|
|
- */
|
|
|
|
- @ApiModelProperty("出生日期")
|
|
|
|
- @ExcelProperty("出生日期")
|
|
|
|
- private String dateBirth;
|
|
|
|
-
|
|
|
|
}
|
|
}
|