songqq 35a15f4702 refactor(contract): 重构客户文件类型相关代码,统一命名和继承结构
- 将 CompanyCustomerFileType 重命名为 CustomerFileType
- 统一相关 VO 和 model 的继承结构,使用 BaseEnumEntity
- 更新所有引用点,保持代码一致性
- 优化表格单元格显示逻辑,使用专用单元格工厂
2025-09-22 17:25:24 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-09-03 20:56:44 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 18:26:47 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00

项目介绍

分模块:

  • common: 公共模块,包含实体类、公共的类、枚举、异常、工具类等
  • server: 服务端模块包含服务端的代码依赖common模块
  • client: 客户端模块包含客户端的代码依赖common模块 UI 的fxml文件在 /client/src/main/resources/ui/
Description
电气开利合同管理软件
Readme GPL-3.0 9.3 MiB
Languages
Java 99.8%