完成日报模块
This commit is contained in:
@ -102,15 +102,10 @@ public class WgzDailyClock implements Serializable {
|
||||
private String auditorOpinion;
|
||||
|
||||
/** 已读|审核时间 */
|
||||
@Excel(name = "已读|审核时间" , width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty("已读|审核时间")
|
||||
@Excel(name = "未审核|审核时间" , width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty("未审核|审核时间")
|
||||
private LocalDateTime auditorTime;
|
||||
|
||||
/** 类型(0正常 1迟到 2早退 3上班缺卡 4下班缺卡 5补卡 6请假) */
|
||||
@Excel(name = "类型" , readConverterExp = "0=正常,1=迟到,2=早退,3=上班缺卡,4=下班缺卡,5=补卡,6=请假")
|
||||
@ApiModelProperty("类型(0正常 1迟到 2早退 3上班缺卡 4下班缺卡 5补卡 6请假)")
|
||||
private String exceptionType;
|
||||
|
||||
/** 删除标志(0代表存在 2代表删除) */
|
||||
@Excel(name = "删除标志" , readConverterExp = "0=代表存在,2=代表删除")
|
||||
@ApiModelProperty("删除标志(0代表存在 2代表删除)")
|
||||
|
@ -41,6 +41,11 @@ public class WgzLeave implements Serializable {
|
||||
@ApiModelProperty("项目ID")
|
||||
private Long recruitId;
|
||||
|
||||
/** 项目ID */
|
||||
@Excel(name = "请假人")
|
||||
@ApiModelProperty("请假人")
|
||||
private Long userId;
|
||||
|
||||
/** 招工主题 */
|
||||
@Excel(name = "招工主题")
|
||||
@ApiModelProperty("招工主题")
|
||||
|
Reference in New Issue
Block a user