新增科普文章

This commit is contained in:
2024-10-16 13:50:31 +08:00
parent 1eacef3a2d
commit 74b7003620
8 changed files with 242 additions and 9 deletions
+6
View File
@@ -18,6 +18,7 @@ type Api struct {
productManage // 商品管理
couponManage // 优惠卷管理
basicManage // 基础数据管理
articleManage // 文章管理
}
// SysSetting 系统设置
@@ -105,3 +106,8 @@ type couponManage struct {
type basicManage struct {
Basic
}
// 文章管理
type articleManage struct {
ArticleScience
}