|
@@ -43,6 +43,7 @@ type Classify struct {
|
|
Enabled int `description:"是否可用,1可用,0禁用"`
|
|
Enabled int `description:"是否可用,1可用,0禁用"`
|
|
Level int `description:"层级"`
|
|
Level int `description:"层级"`
|
|
HasChild int `description:"是否有子级别,0:下面没有子分类,1:下面有子分类;默认:0"`
|
|
HasChild int `description:"是否有子级别,0:下面没有子分类,1:下面有子分类;默认:0"`
|
|
|
|
+ ReportShowType int `description:"报告详情的展示类型:1-拼接;2:目录"`
|
|
}
|
|
}
|
|
|
|
|
|
type ClassifyAddReq struct {
|
|
type ClassifyAddReq struct {
|