查询编号列表
POST
请求参数
参数名
类型
描述
必填
fileNumber
string
文件编号名称
可选
createBy
string
创建人Id
可选
createTime
string
创建时间 yyyy-MM-dd
可选
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
响应参数
参数名
类型
描述
必填
total
int
示例:3
必填
createBy
int
示例:57
必填
createByName
string
示例:谈翼飞
必填
createTime
string
示例:2022-04-13 11:33:06
必填
updateBy
object
示例:null
必填
updateByName
object
示例:null
必填
updateTime
object
示例:null
必填
isDeleted
object
示例:null
必填
id
Long
编号id
必填
fileNumber
string
编号名称
必填
formulateId
object
所属文件制定表id
必填
status
int
使用状态 0:未使用1:已使用
必填
fileName
String
所属文件名称
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填