xiexiaoyuan 2 năm trước cách đây
mục cha
commit
661d8af342
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      models/fms/contract_service_template.go

+ 2 - 2
models/fms/contract_service_template.go

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