维修工具录入
POST
http://localhost:81/api/facility/repairtool/save
请求参数
参数名
类型
描述
必填
rtCoding
string
示例:xxx 唯一编码
必填
rtName
string
示例:工具名称
必填
rtSpec
string
示例:工具规格
必填
rtType
int
示例:0 消耗品 1 常用工具
必填
rtPrice
int
示例:15 单价
必填
rtCount
int
示例:2 数量
必填
rtPriceCount
int
示例:30 总价值
必填
userName
string
示例:张三 录入人员
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填