优化
This commit is contained in:
@ -51,6 +51,12 @@ public class WgzReissueacard implements Serializable {
|
||||
@ApiModelProperty("打卡ID")
|
||||
private Long attendanceId;
|
||||
|
||||
/** 考勤招工申请Id */
|
||||
@Excel(name = "考勤招工申请Id")
|
||||
@ApiModelProperty("考勤招工申请Id")
|
||||
private Long applyKey;
|
||||
|
||||
|
||||
/** 状态(0上班补卡 1下班补卡) */
|
||||
@Excel(name = "状态" , readConverterExp = "0=上班补卡,1=下班补卡")
|
||||
@ApiModelProperty("状态(0上班补卡 1下班补卡)")
|
||||
|
Reference in New Issue
Block a user