新增:获取系统优惠卷列表-分页

This commit is contained in:
2024-05-28 09:53:55 +08:00
parent 0bae6f821f
commit 061c91c686
6 changed files with 301 additions and 2 deletions
+6
View File
@@ -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
}