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