新增平台商品
This commit is contained in:
@@ -15,6 +15,7 @@ type Api struct {
|
||||
caManage // ca管理
|
||||
financeManage // 财务管理
|
||||
exportManage // 导出管理
|
||||
productManage // 商品管理
|
||||
}
|
||||
|
||||
// SysSetting 系统设置
|
||||
@@ -84,3 +85,8 @@ type financeManage struct {
|
||||
type exportManage struct {
|
||||
Export
|
||||
}
|
||||
|
||||
// 商品管理
|
||||
type productManage struct {
|
||||
Product
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user