文档
测试

模具数据导入接口

POST

响应参数

参数名
类型
描述
必填
mesId
Long
主键
必填
companyCode
String
企业编号
必填
code
String
模具编号
必填
name
String
模具名称
必填
standardProductionSyscle
Double
标准生产周期
必填
standardMouldingSyscle
Double
标准成型周期
必填
moldCavityNumber
Integer
模穴数
必填
remark
String
备注
必填
maxFlowPath
Double
零件最长流经
必填
proThinnestWall
Doubel
制品最薄壁厚
必填
proProjectedArea
Double
制品投影面积
必填
productWeightMax
Double
产品重量上限
必填
productWeightMin
Double
产品重量下限
必填

说明 / 示例

```json { "code": 200, "success": true, "data": [ { "mesId": 23, "companyCode": "zhonghe", "code": "1", "name": "1", "standardProductionSyscle": 1.0, "standardMouldingSyscle": 1.0, "moldCavityNumber": 1, "remark": "121", "maxFlowPath": 1.0, "proThinnestWall": 1.0, "proProjectedArea": 1.0, "productWeightMax": 12.0, "productWeightMin": 1.0 } ], "msg": "操作成功" } ```