新增:获取系统优惠卷列表-分页
This commit is contained in:
@@ -16,6 +16,7 @@ type Api struct {
|
||||
financeManage // 财务管理
|
||||
exportManage // 导出管理
|
||||
productManage // 商品管理
|
||||
couponManage // 优惠卷管理
|
||||
}
|
||||
|
||||
// SysSetting 系统设置
|
||||
@@ -91,3 +92,8 @@ type exportManage struct {
|
||||
type productManage struct {
|
||||
Product
|
||||
}
|
||||
|
||||
// 优惠卷管理
|
||||
type couponManage struct {
|
||||
Coupon
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user