保存或修改grid
POST
http://localhost/grid/grid/saveOrUpdate
接口描述
新增时不传ID,修改ID必传。数据源不能为空
请求参数
参数名
类型
描述
必填
singleselect
int
示例:1
必填
code
string
示例:2021011403
必填
description
string
示例:测试3
必填
pagesize
int
示例:10
必填
readcontrol
int
示例:0
必填
girdname
string
示例:测试4
必填
datasource
string
示例:select * from pd_organization
必填
id
int
示例:6360
必填
pageable
int
示例:1
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:请求成功
必填
data
object
示例:null
必填