编辑字段
POST
http://localhost:7090/api/fieldManage/public/define?type=editFieldsSubmit
请求参数
参数名
类型
描述
必填
id
int
字段主键ID
必填
actionType
string
editFields
必填
table
string
表名
必填
AsTable
string
表别名
必填
InTable
string
是否为表字段 0否 1是
必填
addFields
string
字段
必填
addFieldsName
string
字段注释
必填
Property
int
宽度
必填
GroupConcat
int
是否分组连接查询 0否 1是
必填
ClassAttribute
int
字段搜索样式属性(1:文本输入;2:时间区间;3:下拉单选;4:下拉多选,5:月份)
必填
Attribute
int
字段搜索属性(1:普通搜索类,2:状态搜索类,3:时间搜索类,4:所属组织)
必填