feat(ik3cloud): 添加资料信息服务
- 在Ik3cloud结构体中新增Information字段 - 扩展服务模块以支持资料信息管理功能
This commit is contained in:
@@ -1,17 +1,18 @@
|
|||||||
package ik3cloud
|
package ik3cloud
|
||||||
|
|
||||||
type Ik3cloud struct {
|
type Ik3cloud struct {
|
||||||
Department department // 部门
|
Department department // 部门
|
||||||
Staff staff // 员工
|
Staff staff // 员工
|
||||||
Position position // 职位
|
Position position // 职位
|
||||||
Contact contact // 联系人
|
Contact contact // 联系人
|
||||||
Factory factory // 工厂
|
Factory factory // 工厂
|
||||||
Custom custom // 客户
|
Custom custom // 客户
|
||||||
Product product // 产品
|
Product product // 产品
|
||||||
Receivable receivable // 应收
|
Receivable receivable // 应收
|
||||||
Payable payable // 应付
|
Payable payable // 应付
|
||||||
Dict dict // 字典
|
Dict dict // 字典
|
||||||
Payment payment // 付款单
|
Payment payment // 付款单
|
||||||
|
Information information // 资料
|
||||||
}
|
}
|
||||||
type Entity struct {
|
type Entity struct {
|
||||||
Id int64 `json:"Id"`
|
Id int64 `json:"Id"`
|
||||||
|
|||||||
Reference in New Issue
Block a user