tips
This commit is contained in:
parent
9f4112669a
commit
9e51ca47b4
|
@ -21,7 +21,7 @@ type Form struct {
|
|||
Name string `json:"name"` //表单名称
|
||||
Key string `json:"key"` //表单KEY
|
||||
Value interface{} `json:"value"` //表单值
|
||||
Help string `json:"help"` //表单提示
|
||||
Tips string `json:"tips"` //表单提示
|
||||
Option []*FormOption `json:"option"` //表单选项,radion和checkbox需要
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue