1
Some checks failed
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Failing after 2m43s

This commit is contained in:
dy 2025-08-15 15:56:48 +08:00
parent ae8a1f095b
commit e66f29c665
4 changed files with 14 additions and 14 deletions

View File

@ -41,10 +41,10 @@ public class AttendanceArrangement extends TenantEntity {
*/
private Long groupId;
/**
* 区域id
*/
private Long areaId;
// /**
// * 区域id
// */
// private Long areaId;
/**
* 排班类型1-固定班制2-排班制

View File

@ -45,10 +45,10 @@ public class AttendanceArrangementBo extends BaseEntity {
*/
private Long groupId;
/**
* 区域id
*/
private Long areaId;
// /**
// * 区域id
// */
// private Long areaId;
/**
* 排班类型1-固定班制2-排班制

View File

@ -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-排班制

View File

@ -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>