feat(erp): 添加应付模块功能
- 新增应付模块,支持应付列表和详情接口 - 添加应付单据的保存功能 - 实现与客户端的通信调用逻辑 - 定义应付相关的数据结构和参数类型 - 支持分页查询和搜索条件过滤
This commit is contained in:
@@ -7,8 +7,9 @@ type Ik3cloud struct {
|
||||
Contact contact // 联系人
|
||||
Factory factory // 工厂
|
||||
Custom custom // 客户
|
||||
Payment payment // 付款
|
||||
Product product // 产品
|
||||
Receivable receivable // 应收
|
||||
Payable payable // 应付
|
||||
}
|
||||
type Entity struct {
|
||||
Id int64 `json:"Id"`
|
||||
|
||||
Reference in New Issue
Block a user