refactor(vendor): 重构供应商相关类命名和包结构
将CompanyVendor前缀的类重命名为Vendor前缀,优化包结构 调整供应商相关控制器、服务、仓库类的命名和位置 修复TableViewUtils中的类型安全警告 更新FXML文件中的控制器引用路径
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
# server 模块
|
||||
Java 21
|
||||
Spring Boot 3.3.7
|
||||
@@ -17,6 +19,7 @@ caffeine 3.1.8
|
||||
.fxml 界面UI, /client/src/main/resources/ui/ 目录下
|
||||
websocket 与 server 模块通信
|
||||
|
||||
# common 模块
|
||||
|
||||
ignore:
|
||||
- .idea
|
||||
|
||||
Reference in New Issue
Block a user