This commit is contained in:
jiangyong 2025-07-30 17:30:39 +08:00
parent b854d2862f
commit 809dfce51c
1 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ type Form struct {
Key string `json:"key"` //表单KEY Key string `json:"key"` //表单KEY
Value string `json:"value"` //表单值 Value string `json:"value"` //表单值
Help string `json:"help"` //表单提示 Help string `json:"help"` //表单提示
Options []*FormOption `json:"options"` //表单选项radion和checkbox需要 Option []*FormOption `json:"option"` //表单选项radion和checkbox需要
} }
func NewFroms(tplConfig, saveConfig string) ([]*Form, error) { func NewFroms(tplConfig, saveConfig string) ([]*Form, error) {