Forráskód Böngészése

考勤规则分页,增加返回字段

dzx 1 éve
szülő
commit
a2ed6e485a

+ 3 - 0
src/main/java/com/xjrsoft/module/attendance/vo/AttendanceRuleCategoryPageVo.java

@@ -90,4 +90,7 @@ public class AttendanceRuleCategoryPageVo {
     @ApiModelProperty("状态(1:启用 0:禁用)")
     private Integer status;
 
+    @ApiModelProperty("非考勤周期是否允许进出(1:是 0:否)")
+    private Integer notCycleIsInOut;
+
 }