feat(ik3cloud): 添加资料信息服务

- 在Ik3cloud结构体中新增Information字段
- 扩展服务模块以支持资料信息管理功能
This commit is contained in:
2025-12-17 09:31:24 +08:00
parent 83014b8b29
commit 252def479a

View File

@@ -12,6 +12,7 @@ type Ik3cloud struct {
Payable payable // 应付
Dict dict // 字典
Payment payment // 付款单
Information information // 资料
}
type Entity struct {
Id int64 `json:"Id"`