feat(k3cloud): 新增字典服务模块

- 在服务结构体中添加 Dict 字典服务字段
- 初始化字典服务模块以支持数据字典功能
This commit is contained in:
2025-12-12 17:24:21 +08:00
parent b5a164788c
commit 81492da604

View File

@@ -10,6 +10,7 @@ type Ik3cloud struct {
Product product // 产品 Product product // 产品
Receivable receivable // 应收 Receivable receivable // 应收
Payable payable // 应付 Payable payable // 应付
Dict dict // 字典
} }
type Entity struct { type Entity struct {
Id int64 `json:"Id"` Id int64 `json:"Id"`