caipin преди 4 години
родител
ревизия
ee7a494131
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      web/viewmodels/contract.go

+ 3 - 0
web/viewmodels/contract.go

@@ -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" `
 }
 
 // 验证方法