feat:新增计量单位管理模块,包括实体、请求和响应对象,服务接口及实现,控制器,依赖配置等

This commit is contained in:
hewencai
2025-10-22 16:56:13 +08:00
parent 163da2f79d
commit fc289752df
43 changed files with 2124 additions and 1 deletions

View File

@@ -40,7 +40,11 @@
<artifactId>zt-module-erp-server</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.zt.plat</groupId>
<artifactId>zt-module-unit-management-server</artifactId>
<version>${revision}</version>
</dependency>
<!-- Web 相关 -->
<dependency>
<groupId>com.zt.plat</groupId>