{
"opComponentId": {
"description": "子件ID 主键ID 自增量",
"requiredMode": "REQUIRED",
"example": "16650",
"type": "Integer"
},
"bomId": {
"description": "母件档ID",
"requiredMode": "REQUIRED",
"example": "31788",
"type": "Integer",
"validation": "NotNull(message = "母件档ID不能为空")"
},
"sortSeq": {
"description": "序号",
"requiredMode": "REQUIRED",
"type": "Integer",
"validation": "NotNull(message = "序号不能为空")"
},
"opSeq": {
"description": "工序代号",
"type": "String"
},
"componentId": {
"description": "子件物料Id",
"requiredMode": "REQUIRED",
"example": "16965",
"type": "Integer",
"validation": "NotNull(message = "子件物料Id不能为空")"
},
"effBegDate": {
"description": "子件生效日",
"type": "LocalDateTime"
},
"effEndDate": {
"description": "子件失效日",
"type": "LocalDateTime"
},
"fvFlag": {
"description": "固定/变动批量(0/1)",
"type": "Integer"
},
"baseQtyN": {
"description": "基本用量-分子",
"type": "String"
},
"baseQtyD": {
"description": "基本用量-分母",
"type": "String"
},
"compScrap": {
"description": "子件损耗率",
"type": "String"
},
"auxUnitCode": {
"description": "辅助计量单位",
"type": "String"
},
"changeRate": {
"description": "换算率",
"type": "String"
},
"auxBaseQtyN": {
"description": "辅助基本用量",
"type": "String"
},
"remark": {
"description": "备注",
"example": "你说的对",
"type": "String"
},
"bPurchase": {
"description": "采购",
"type": "String"
},
"define4": {
"description": "项目号",
"type": "String"
},
"whName": {
"description": "仓库名称",
"excelProperty": "仓库名称",
"type": "String"
},
"offset": {
"description": "偏置期",
"excelProperty": "偏置期",
"type": "Short"
},
"wipType": {
"description": "WIP属性(1:入库/2:工序/3:领料/4:虚拟)",
"example": "2",
"excelProperty": "WIP属性(1:入库/2:工序/3:领料/4:虚拟)",
"type": "Integer"
},
"accuCostFlag": {
"description": "是否累计成本(1:是/0:否)",
"excelProperty": "是否累计成本(1:是/0:否)",
"type": "Integer"
},
"drawDeptCode": {
"description": "领料部门",
"excelProperty": "领料部门",
"type": "String"
},
"whCode": {
"description": "仓库代号",
"excelProperty": "仓库代号",
"type": "String"
},
"optionalFlag": {
"description": "是否可选(1:是/0:否)",
"excelProperty": "是否可选(1:是/0:否)",
"type": "Integer"
},
"mutexRule": {
"description": "互斥原则(1:ONE/2:ALL/3:ANY/4:AL0)",
"excelProperty": "互斥原则(1:ONE/2:ALL/3:ANY/4:AL0)",
"type": "Integer"
},
"planFactor": {
"description": "计划比例",
"excelProperty": "计划比例",
"type": "String"
},
"costWipRel": {
"description": "成本投产推算",
"excelProperty": "成本投产推算",
"type": "Integer"
},
"featureRel": {
"description": "特性关联标识",
"excelProperty": "特性关联标识",
"type": "Integer"
}
}