@@ -35,6 +35,9 @@ type Contracts struct {
Remarks string `form:"remarks" json:"remarks" `
SectionName string `form:"sectionName" json:"sectionName" `
+
+ // 前端需要
+ TreeType string `form:"treeType" json:"treeType" `
}
// 验证方法