|
@@ -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 {
|