优化
This commit is contained in:
@ -26,9 +26,9 @@ public class WgzAppPunchTheCalendarRecordThree implements Serializable {
|
||||
@ApiModelProperty("打卡状态(0正常 1迟到 2早退 3上班缺卡 4下班缺卡 5上班补卡 6下班补卡 7请假)")
|
||||
private Integer clockingCondition;
|
||||
|
||||
// @ApiModelProperty("补卡自增ID")
|
||||
// private Integer clockingCondition;
|
||||
//
|
||||
// @ApiModelProperty("补卡状态")
|
||||
// private Integer clockingCondition;
|
||||
@ApiModelProperty("补卡自增ID")
|
||||
private Long reissueacardId;
|
||||
|
||||
@ApiModelProperty("补卡状态:0待审核 1审核中 2已同意 3已拒绝(拒绝情况下可以重新申请)")
|
||||
private String reissueacardStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user