old mode 100644
new mode 100755
| | |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName FloorDto |
| | |
| | | **/ |
| | | public class AttendanceClassesDto extends PageDto implements Serializable { |
| | | |
| | | public static final String CLASSES_OBJ_TYPE_PARTMENT = "1003"; |
| | | |
| | | private String timeOffset; |
| | | private String clockCount; |
| | | private String classesObjType; |
| | | private String storeId; |
| | | private String clockType; |
| | | private String clockTypeName; |
| | | private String classesObjId; |
| | | private String classesName; |
| | | private String classesId; |
| | |
| | | private String lateOffset; |
| | | private String clockTypeValue; |
| | | private String classesObjName; |
| | | |
| | | private List<AttendanceClassesAttrDto> attrs; |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | public String getTimeOffset() { |
| | | return timeOffset; |
| | |
| | | this.clockTypeValue = clockTypeValue; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | |
| | | public void setClassesObjName(String classesObjName) { |
| | | this.classesObjName = classesObjName; |
| | | } |
| | | |
| | | public List<AttendanceClassesAttrDto> getAttrs() { |
| | | return attrs; |
| | | } |
| | | |
| | | public void setAttrs(List<AttendanceClassesAttrDto> attrs) { |
| | | this.attrs = attrs; |
| | | } |
| | | |
| | | public String getClockTypeName() { |
| | | return clockTypeName; |
| | | } |
| | | |
| | | public void setClockTypeName(String clockTypeName) { |
| | | this.clockTypeName = clockTypeName; |
| | | } |
| | | } |