| | |
| | | **/ |
| | | public class WorkCycleDto extends PageDto implements Serializable { |
| | | |
| | | public static final String PERIOD_MONTH_DAY = "2020022"; // 月天 |
| | | public static final String PERIOD_MONTH_WORKDAY = "2020023"; // 按周 |
| | | private String workCycle; |
| | | private String period; |
| | | private String beforeTime; |
| | |
| | | private String communityId; |
| | | private String staffId; |
| | | private String periodDay; |
| | | |
| | | private String curTime; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setHours(String hours) { |
| | | this.hours = hours; |
| | | } |
| | | |
| | | public String getCurTime() { |
| | | return curTime; |
| | | } |
| | | |
| | | public void setCurTime(String curTime) { |
| | | this.curTime = curTime; |
| | | } |
| | | } |