{
"type": "object",
"properties": {
"bomId": {
"type": "string",
"description": "母料主键ID"
},
"bomType": {
"type": "string",
"description": "BOM类型"
},
"version": {
"type": "string",
"description": "版本号"
},
"versionDesc": {
"type": "string",
"description": "版本说明"
},
"versionEffDate": {
"type": "string",
"description": "版本生效日期"
},
"versionEndDate": {
"type": "string",
"description": "版本失效日期"
},
"dentCode": {
"type": "string",
"description": "替代标识编码"
},
"dentDesc": {
"type": "string",
"description": "替代说明"
},
"applyId": {
"type": "string"
},
"createTime": {
"type": "string"
},
"updCount": {
"type": "string"
},
"status": {
"type": "string",
"description": "状态"
},
"orgStatus": {
"type": "string"
},
"relsDate": {
"type": "string"
},
"relsUser": {
"type": "string"
},
"relsTime": {
"type": "string"
},
"closeDate": {
"type": "string"
},
"closeUser": {
"type": "string"
},
"closeTime": {
"type": "string"
},
"printCount": {
"type": "string"
},
"isWfControlled": {
"type": "string"
},
"verifyState": {
"type": "string"
},
"returnCount": {
"type": "string"
},
"auditStatus": {
"type": "string"
},
"currentAuditor": {
"type": "string"
},
"processProduct": {
"type": "string"
},
"processMaterial": {
"type": "string"
},
"partId": {
"type": "string",
"description": "关联ID"
},
"autoId": {
"type": "string",
"description": "关联ID"
},
"updateTime": {
"type": "string"
},
"creator": {
"type": "string"
},
"updater": {
"type": "string"
},
"define4": {
"type": "string",
"description": "项目号"
},
"invName": {
"type": "string",
"description": "母件存货名称"
},
"invStd": {
"type": "string",
"description": "母件规格型号"
},
"invCode": {
"type": "string",
"description": "(母件编码)存货编码"
},
"unitName": {
"type": "string",
"description": "计量单位"
},
"parentScrap": {
"type": "string",
"description": "母件损耗率"
}
},
"required": [
"bomId",
"bomType",
"version",
"versionDesc",
"versionEffDate",
"versionEndDate",
"dentCode",
"dentDesc",
"applyId",
"createTime",
"updCount",
"parentScrap",
"status",
"orgStatus",
"relsDate",
"relsUser",
"relsTime",
"closeDate",
"closeUser",
"closeTime",
"printCount",
"isWfControlled",
"verifyState",
"returnCount",
"auditStatus",
"currentAuditor",
"processProduct",
"processMaterial",
"partId",
"autoId",
"updateTime",
"creator",
"updater",
"define4",
"invName",
"invStd",
"invCode",
"unitName"
],
"x-apifox-orders": [
"bomId",
"bomType",
"version",
"versionDesc",
"versionEffDate",
"versionEndDate",
"dentCode",
"dentDesc",
"applyId",
"createTime",
"updCount",
"parentScrap",
"status",
"orgStatus",
"relsDate",
"relsUser",
"relsTime",
"closeDate",
"closeUser",
"closeTime",
"printCount",
"isWfControlled",
"verifyState",
"returnCount",
"auditStatus",
"currentAuditor",
"processProduct",
"processMaterial",
"partId",
"autoId",
"updateTime",
"creator",
"updater",
"define4",
"invName",
"invStd",
"invCode",
"unitName"
]
}