This commit is contained in:
parent
ae8a1f095b
commit
e66f29c665
@ -41,10 +41,10 @@ public class AttendanceArrangement extends TenantEntity {
|
||||
*/
|
||||
private Long groupId;
|
||||
|
||||
/**
|
||||
* 区域id
|
||||
*/
|
||||
private Long areaId;
|
||||
// /**
|
||||
// * 区域id
|
||||
// */
|
||||
// private Long areaId;
|
||||
|
||||
/**
|
||||
* 排班类型:1-固定班制,2-排班制
|
||||
|
@ -45,10 +45,10 @@ public class AttendanceArrangementBo extends BaseEntity {
|
||||
*/
|
||||
private Long groupId;
|
||||
|
||||
/**
|
||||
* 区域id
|
||||
*/
|
||||
private Long areaId;
|
||||
// /**
|
||||
// * 区域id
|
||||
// */
|
||||
// private Long areaId;
|
||||
|
||||
/**
|
||||
* 排班类型:1-固定班制,2-排班制
|
||||
|
@ -45,11 +45,11 @@ public class AttendanceArrangementVo implements Serializable {
|
||||
@ExcelProperty(value = "考勤组ID")
|
||||
private Long groupId;
|
||||
|
||||
@ExcelProperty(value = "区域Id")
|
||||
/**
|
||||
* 区域id
|
||||
*/
|
||||
private Long areaId;
|
||||
// @ExcelProperty(value = "区域Id")
|
||||
// /**
|
||||
// * 区域id
|
||||
// */
|
||||
// private Long areaId;
|
||||
|
||||
/**
|
||||
* 排班类型:1-固定班制,2-排班制
|
||||
|
@ -15,7 +15,7 @@
|
||||
<module>ruoyi-resource</module>
|
||||
<module>ruoyi-workflow</module>
|
||||
<module>Property</module>
|
||||
<!-- <module>Sis</module>-->
|
||||
<module>Sis</module>
|
||||
</modules>
|
||||
|
||||
<artifactId>ruoyi-modules</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user