考勤统计
This commit is contained in:
		| @ -7,7 +7,14 @@ package com.ruoyi.common.enums; | ||||
|  */ | ||||
| public enum RecruitApplyStatus | ||||
| { | ||||
|     TO_PASS("0", "未选择"), PASS("1", "已选择"), ; | ||||
| 	SIGN_UP("0", "报名"), | ||||
| 	BGT_PASS("1", "包工头同意"), | ||||
| 	BGT_REFUSE("2", "包工头拒绝"), | ||||
| 	WGZ_PASS("3", "务工者同意"), | ||||
| 	WGZ_REFUSE("4", "务工者拒绝"), | ||||
| 	WORKING("5", "进场"), | ||||
| 	OUT_WORK("6", "离场"), | ||||
| 	; | ||||
|  | ||||
|     private final String code; | ||||
|     private final String info; | ||||
|  | ||||
| @ -24,6 +24,10 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils | ||||
|  | ||||
|     public static String YYYY_MM_DD_HH_MM_SS = "yyyy-MM-dd HH:mm:ss"; | ||||
|  | ||||
| 	public static String DAY = "1"; | ||||
|  | ||||
| 	public static String MONTH = "2"; | ||||
|  | ||||
|     private static String[] parsePatterns = { | ||||
|             "yyyy-MM-dd", "yyyy-MM-dd HH:mm:ss", "yyyy-MM-dd HH:mm", "yyyy-MM", | ||||
|             "yyyy/MM/dd", "yyyy/MM/dd HH:mm:ss", "yyyy/MM/dd HH:mm", "yyyy/MM", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 zt
					zt