在客户资料中新增客户瓦纸报价
POST
http://182.61.50.242:6070/customer/addCusTitePaperPrice
请求参数
参数名
类型
描述
必填
customerId
int
客户编号,示例:1
必填
describe
string
描述,示例:瓦纸
必填
isEnable
int
是否启用1-启用2-禁用,示例:1
必填
rawMaterialId
int
原料编号,示例:1
必填
remarks
string
备注,示例:奥德赛
必填
squareValue
int
平方价,示例:7722
必填
type
int
类型:1-瓦纸报价2-面纸报价,示例:1
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:瓦纸报价新增成功!
必填