feat(ems): 添加告警、能耗记录和能源费率模块- 新增告警实体类 EmsAlert 及相关业务对象、控制器、映射器和服务实现

- 新增能耗记录实体类 EmsEnergyConsumption 及相关业务对象、控制器、映射器和服务实现
- 新增能源费率实体类 EmsEnergyRate 及相关业务对象、控制器、映射器和服务实现
- 实现各模块的基础 CRUD 功能,包括分页查询、导出 Excel 等操作
- 配置 MyBatis 映射文件及逻辑删除支持
This commit is contained in:
2025-09-28 09:54:42 +08:00
parent 32059525f0
commit 16776ffdc8
51 changed files with 3058 additions and 1 deletions

View File

@@ -376,7 +376,11 @@
<artifactId>flyway-core</artifactId>
<version>8.5.13</version>
</dependency>
<dependency>
<groupId>com.klp</groupId>
<artifactId>klp-ems</artifactId>
<version>${klp-flowable-plus.version}</version>
</dependency>
</dependencies>
@@ -397,6 +401,7 @@
<module>klp-wms</module>
<module>klp-reader</module>
<module>klp-mes</module>
<module>klp-ems</module>
</modules>
<packaging>pom</packaging>