新增平台商品

This commit is contained in:
2023-12-21 15:16:20 +08:00
parent a92ac8262f
commit b38c3f17cd
9 changed files with 483 additions and 0 deletions
+6
View File
@@ -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
}