智慧保安后台管理-外网
Administrator
2022-06-14 af6909f3562872aa1f9e891934b19f1369545bcc
src/main/java/org/springblade/modules/attendance/entity/Attendance.java
@@ -68,7 +68,7 @@
   private Integer clockType;
   /**
   * 考勤类型 1:正常 2:迟到 3:早退 4:外勤
   * 考勤类型 1:正常 2:迟到 3:早退
   */
   private Integer attendanceType;
@@ -83,4 +83,9 @@
    */
   private String address;
   /**
    * 是否为外勤打卡
    */
   private Integer legwork;
}