文档
测试

查询成果转化

GET
http://192.168.161.77/dev-api/ag/achievement/lists?pageNum=1&pageSize=10

请求参数

参数名
类型
描述
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填

响应参数

application/json
参数名
类型
描述
必填
total
int
示例:2
必填
rows
array
数据列表
必填
searchValue
object
示例:null
必填
createBy
object
示例:null
必填
createTime
object
示例:null
必填
updateBy
object
示例:null
必填
updateTime
object
示例:null
必填
remark
object
示例:null
必填
params
object
数据字典
必填
id
int
示例:1
必填
title
string
示例:1
必填
content
string
示例:<p>教室打按时间段内搭档 </p>
必填
time
string
示例:2021-11-30
必填
hits
int
示例:1
必填
imgUrl
string
示例:/profile/upload/2021/11/19/ce4e9db1-dcdc-42cf-ad97-d437183af72d.jpg
必填
type
string
示例:
必填
status
string
示例:0
必填
phone
string
示例:1
必填
antistop
string
示例:1
必填
classify
string
示例:1
必填
summarize
string
示例:1
必填
technology
string
示例:1
必填
innovationPoint
string
示例:1
必填
technicalIndex
string
示例:1
必填
synergia
string
示例:1
必填
prospect
string
示例:1
必填
condition
string
示例:1
必填
extend1
object
示例:null
必填
extend2
object
示例:null
必填
extend3
object
示例:null
必填
extend4
object
示例:null
必填
extend5
object
示例:null
必填
extend6
object
示例:null
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填

说明 / 示例

/** 标题 */ @Excel(name = "标题") private String title; /** 内容 */ @Excel(name = "内容") private String content; /** 时间 */ @JsonFormat(pattern = "yyyy-MM-dd") @Excel(name = "时间", width = 30, dateFormat = "yyyy-MM-dd") private Date time; /** 点击量 */ @Excel(name = "点击量") private Long hits; /** 图片 */ @Excel(name = "图片") private String imgUrl; /** 类型 */ @Excel(name = "类型") private String type; /** 状态 */ @Excel(name = "状态") private String status; /** 电话号码 */ @Excel(name = "电话号码") private String phone; /** 关键词 */ @Excel(name = "关键词") private String antistop; /** 分类 */ @Excel(name = "分类") private String classify; /** 概述 */ @Excel(name = "概述") private String summarize; /** 技术原理 */ @Excel(name = "技术原理") private String technology; /** 创新点 */ @Excel(name = "创新点") private String innovationPoint; /** 主要技术指标 */ @Excel(name = "主要技术指标") private String technicalIndex; /** 节本增效情况 */ @Excel(name = "节本增效情况") private String synergia; /** 前景 */ @Excel(name = "前景") private String prospect; /** 条件 */ @Excel(name = "条件") private String condition; /** 扩展字段 */ private String extend1; /** 扩展字段 */ private String extend2; /** 扩展字段 */ private String extend3; /** 扩展字段 */ private String extend4; /** 扩展字段 */ private String extend5; /** 扩展字段 */ private String extend6;