any
This commit is contained in:
parent
616b3bc99e
commit
4d48f8fce3
|
|
@ -24,7 +24,7 @@ type Form struct {
|
|||
Name string `json:"name,omitempty"` //表单名称
|
||||
Key string `json:"key,omitempty"` //表单KEY
|
||||
Value any `json:"value,omitempty"` //表单值
|
||||
Default ayn `json:"default,omitempty"` //默认值
|
||||
Default any `json:"default,omitempty"` //默认值
|
||||
Disable bool `json:"disable,omitempty"` //是否禁用
|
||||
Tips string `json:"tips,omitempty"` //表单提示
|
||||
Option []*FormOption `json:"option,omitempty"` //表单选项,radio和checkbox需要
|
||||
|
|
|
|||
Loading…
Reference in New Issue