公告板
版本库
filestore
活动
搜索
登录
aps
/
crm
客户管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
销售明细获取采购单
liujiandao
2023-12-22
28d04b70a786c5084ddceb12f6cc34b5702e0d36
[aps/crm.git]
/
model
/
request
/
system_set_request.go
1
2
3
4
5
6
7
8
package request
import "aps_crm/model"
type SaveSystemSet struct {
SystemTypes []string `json:"systemTypes"`
Sets []*model.SystemSet `json:"sets"`
}