...
|
...
|
@@ -15,7 +15,7 @@ const ( |
|
|
type InputElement struct {
|
|
|
Id int `json:"id"`
|
|
|
Sort int `json:"sort"` //排序
|
|
|
Label string `json:"label"` //标题
|
|
|
Label string `json:"lable"` //标题
|
|
|
InputType string `json:"inputType"` //输入类型
|
|
|
Required int `json:"required"` //是否必填
|
|
|
CurrentValue string `json:"value"` //"当前填写的值"
|
...
|
...
|
|