优化
This commit is contained in:
@ -23,6 +23,9 @@ public class WgzAppDailyClockReq implements Serializable {
|
||||
@ApiModelProperty("日报状态(0正常 1补卡)")
|
||||
private String status;
|
||||
|
||||
@ApiModelProperty("补卡理由(status为1传递)")
|
||||
private String reason;
|
||||
|
||||
@ApiModelProperty("status为1时,补卡日期")
|
||||
private LocalDateTime rqData;
|
||||
|
||||
|
||||
@ -88,4 +88,13 @@ public class WgzAppCheckDailyNewspaperRes implements Serializable {
|
||||
@ApiModelProperty("头像地址")
|
||||
private String avatarName;
|
||||
|
||||
@ApiModelProperty("日报状态(0正常 1补卡)")
|
||||
private String status;
|
||||
|
||||
@ApiModelProperty("补卡理由")
|
||||
private String reason;
|
||||
|
||||
@ApiModelProperty("招工主题")
|
||||
private String recruitName;
|
||||
|
||||
}
|
||||
|
||||
@ -37,7 +37,10 @@ public class WgzAppUserDailyRecordRes implements Serializable {
|
||||
@ApiModelProperty("今日完成工作")
|
||||
private String finishToday;
|
||||
|
||||
@ApiModelProperty("审核状态(0未读 1未审核 2已审核)")
|
||||
@ApiModelProperty("审核状态(0未读 1待审核 2已审核)")
|
||||
private String auditorType;
|
||||
|
||||
@ApiModelProperty("日报状态(0正常 1补卡)")
|
||||
private String status;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user