瀏覽代碼

no message

xingzai 4 年之前
父節點
當前提交
a8ca55973a
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      models/report_mapping.go

+ 3 - 3
models/report_mapping.go

@@ -40,9 +40,9 @@ func GetTradeAll(ChartPermissionId int) (items []*TradeReportMapping, err error)
 }
 
 type IndustrialToArticleCategoryRep struct {
-	CategoryId      int    `description:"分类ID"`
-	SubCategoryName string `description:"权限名称"`
-	IsRead          bool   `description:"是否标红"`
+	CategoryId    int    `description:"分类ID"`
+	MatchTypeName string `description:"权限名称"`
+	IsRead        bool   `description:"是否标红"`
 }
 
 type IndustrialToArticleCategoryListRep struct {