소스 검색

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 {