首页大屏模块

收费标准列表

请求接口

/fee/detail/standard/list

请求方法

Get

请求参数
参数名称 参数类型 是否必填 备注
pageNo int
rowCount int
sn int 收费类型编号
响应
参数名称 参数类型 是否必填 备注
total int 查询数目总量
size int 一页显示数量
current int 当前页数
pages int 总页数
records List 内容

FeeStdResVo结构

参数名称 参数类型 是否必填 备注
sn int 收费类型编号
priority int 优先级
devKind int 设备类型
name int 名字
memo String 注释

删除收费标准

请求接口

/fee/detail/standard/delete

请求方法

Post

请求参数
参数名称 参数类型 是否必填 备注
feeSn int 收费标准号
响应
参数名称 参数类型 是否必填 备注

修改收费标准

请求接口

/fee/detail/standard/update

请求方法

Post

请求参数
参数名称 参数类型 是否必填 备注
feeSn int
name int 收费名称
devKind int 设备类型
priority int 优先级
memo String 备注
响应
参数名称 参数类型 是否必填 备注

新增收费标准详情

请求接口

/fee/detail/add

请求方法

POST

请求参数
参数名称 参数类型 是否必填 备注
feeSn int
name int 收费名称
devKind int 设备类型
priority int 优先级
detail List 费用细节

detail结构

参数名称 参数类型 是否必填 备注
itemId int 收费项id
paperId int 纸型
type int 1打印 2复印 4扫描
bwFee int 黑白费用
colorFee int 彩色费用
materialFee int 材料费用
响应
参数名称 参数类型 是否必填 备注

修改收费详情

请求接口

/fee/detail/update

请求方法

POST

请求参数
参数名称 参数类型 是否必填 备注
feeSn int 收费类型编号
feeItemSn int 收费项编号 2:打印,3:复印,4:扫描
paperId int 纸型
unit String 单位
materialFee int 材料费
manualFee int 人工费
monoFee int 黑白费用
colorFee int 彩色费用
feeName string 收费名称
memo String 注释
响应
参数名称 参数类型 是否必填 备注

收费详情列表

请求接口

/fee/detail/list

请求方法

Get

请求参数
参数名称 参数类型 是否必填 备注
pageNo int
rowCount int
feeSN int 收费类型编号
响应
参数名称 参数类型 是否必填 备注
total int 查询数目总量
size int 一页显示数量
current int 当前页数
pages int 总页数
records List 内容

FeeDetailResVo结构

参数名称 参数类型 是否必填 备注
feeSn int 收费类型编号
feeItemSn int 收费项编号 2:打印,3:复印,4:扫描
paperId int 纸型
unit String 单位
materialFee int 材料费
manualFee int 人工费
monoFee int 黑白费用
colorFee int 彩色费用
feeName string 收费名称
memo String 注释
文档更新时间: 2023-10-11 14:42   作者:吴温立