|
@@ -17,7 +17,7 @@ import lombok.experimental.Accessors;
|
|
|
* </p>
|
|
|
*
|
|
|
* @author Seyason
|
|
|
- * @since 2022-10-12
|
|
|
+ * @since 2022-10-17
|
|
|
*/
|
|
|
@Data
|
|
|
@EqualsAndHashCode(callSuper = false)
|
|
@@ -384,10 +384,10 @@ public class TimeType extends Model<TimeType> {
|
|
|
private Integer stageHasEvtime;
|
|
|
|
|
|
/**
|
|
|
- * 考勤为0不可填报
|
|
|
+ * 无考勤记录无法填报
|
|
|
*/
|
|
|
- @TableField("no_work_to_report")
|
|
|
- private Integer noWorkToReport;
|
|
|
+ @TableField("not_allowed_no_attendance")
|
|
|
+ private Integer notAllowedNoAttendance;
|
|
|
|
|
|
|
|
|
@Override
|