Browse Source

no message

xingzai 3 years ago
parent
commit
a8ca55973a
1 changed files with 3 additions and 3 deletions
  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 {