|
@@ -47,8 +47,8 @@ type ContractServiceTemplateItem struct {
|
|
|
}
|
|
|
|
|
|
type ContractServiceTemplateList struct {
|
|
|
- Title string
|
|
|
- Children []*ContractServiceTemplateMapItems
|
|
|
+ Title string `json:"title"`
|
|
|
+ Children []*ContractServiceTemplateMapItems `json:"children"`
|
|
|
}
|
|
|
|
|
|
type ContractServiceTemplateMapItems struct {
|