|
@@ -9,9 +9,10 @@ import (
|
|
|
)
|
|
|
|
|
|
type IndustrialManagementList struct {
|
|
|
- Paging *paging.PagingItem
|
|
|
- List []*IndustrialManagement
|
|
|
- IsShowOpen bool `description:"是否展示展开字段"`
|
|
|
+ Paging *paging.PagingItem
|
|
|
+ List []*IndustrialManagement
|
|
|
+ IsShowOpen bool `description:"是否展示展开字段"`
|
|
|
+ IsInterested bool `description:"是否属于感兴趣部分"`
|
|
|
}
|
|
|
|
|
|
type IndustrialManagement struct {
|