文档
测试

111人员-新增/编辑显示

GET
http://127.0.0.1:8900/api/controller/metaField/selectMetaField?module=person&id=8822

请求参数

参数名
类型
描述
必填
module
string
person(固定写法)
必填
id
int
人员主键(非必填)
必填

响应参数

参数名
类型
描述
必填
res
string
示例:0
必填
msg
string
示例:操作成功!
必填
data
object
数据字典
必填
dataList
array
数据列表
必填
fieldId
int
示例:122
必填
projectId
int
示例:200
必填
entityId
int
示例:15
必填
jfieldName
string
示例:workUnit
必填
fieldName
string
示例:work_unit
必填
jfieldType
string
示例:int
必填
fieldType
string
示例:int
必填
fieldDesc
string
示例:工作单位
必填
fieldExample
string
示例:0
必填
fieldComment
string
示例:
必填
fieldLength
int
示例:200
必填
fieldScale
object
示例:null
必填
primaryKey
int
示例:2
必填
autoIncrement
int
示例:2
必填
pkStrategy
object
示例:null
必填
notNull
int
示例:2
必填
defaultValue
string
示例:
必填
foreignKey
int
示例:2
必填
foreignEntityId
object
示例:null
必填
foreignFieldId
object
示例:null
必填
editType
int
示例:1
必填
dicType
string
示例:
必填
insert
int
示例:1
必填
update
int
示例:1
必填
list
int
示例:1
必填
columnWidth
object
示例:null
必填
listSort
int
示例:1
必填
show
int
示例:1
必填
query
int
示例:1
必填
queryType
object
示例:null
必填
orderNo
object
示例:null
必填
specialField
object
示例:null
必填
createdTime
object
示例:null
必填
createdBy
string
示例:9
必填
operatedTime
object
示例:null
必填
operatedBy
string
示例:9
必填
deleted
int
示例:2
必填
version
int
示例:0
必填
value
string
示例:180
必填
regular
string
示例:
必填
dropDown
array
数据列表
必填
id
int
示例:180
必填
paramType
int
示例:12
必填
paramValue
string
示例:非本村村民/非股民
必填
hint
string
示例:
必填
multipleChoice
object
示例:null
必填
multipleChoiceList
object
示例:null
必填

说明 / 示例

{ "res": "0", "msg": "操作成功!", "data": { "dataList": [ { "fieldId": 122, "projectId": 200, "entityId": 15, "jfieldName": "workUnit", "fieldName": "work_unit", "jfieldType": "int", "fieldType": "int", "fieldDesc": "工作单位", "fieldExample": "0", "fieldComment": "", "fieldLength": 200, "fieldScale": null, "primaryKey": 2, "autoIncrement": 2, "pkStrategy": null, "notNull": 2, "defaultValue": "", "foreignKey": 2, "foreignEntityId": null, "foreignFieldId": null, "editType": 1, "dicType": "", "insert": 1, "update": 1, "list": 1, "columnWidth": null, "listSort": 1, "show": 1, "query": 1, "queryType": null, "orderNo": null, "specialField": null, "createdTime": null, "createdBy": "9", "operatedTime": null, "operatedBy": "9", "deleted": 2, "version": 0, "value": "180", "regular": "", "dropDown": [ { "id": 180, "paramType": 12, "paramValue": "非本村村民/非股民" }, { "id": 61, "paramType": 12, "paramValue": "非本村村民/股民" }, { "id": 60, "paramType": 12, "paramValue": "本村村民/非股民" }, { "id": 59, "paramType": 12, "paramValue": "本村村民/股民" } ], "hint": "", "multipleChoice": null, "multipleChoiceList": null }, { "fieldId": 165, "projectId": 200, "entityId": 15, "jfieldName": "mobile", "fieldName": "mobile", "jfieldType": "String", "fieldType": "varchar", "fieldDesc": "电话号码", "fieldExample": "1", "fieldComment": null, "fieldLength": 45, "fieldScale": null, "primaryKey": 2, "autoIncrement": 2, "pkStrategy": null, "notNull": 2, "defaultValue": null, "foreignKey": 2, "foreignEntityId": null, "foreignFieldId": null, "editType": 2, "dicType": null, "insert": 1, "update": 1, "list": 1, "columnWidth": null, "listSort": 1, "show": 1, "query": 1, "queryType": null, "orderNo": null, "specialField": null, "createdTime": null, "createdBy": null, "operatedTime": null, "operatedBy": null, "deleted": 0, "version": 0, "value": "", "regular": "", "dropDown": [], "hint": null, "multipleChoice": null, "multipleChoiceList": null } ] } }