| | |
| | | /** |
| | | * MES 工艺路线工序 DO |
| | | * |
| | | * @author 芋道源码 |
| | | * @author 超级管理员 |
| | | */ |
| | | @TableName("mes_pro_route_process") |
| | | @KeySequence("mes_pro_route_process_seq") |
| | |
| | | * 关联 {@link MesProProcessDO#getId()} |
| | | */ |
| | | private Long processId; |
| | | /** |
| | | * 工艺参数模板编号 |
| | | */ |
| | | private Long paramTemplateId; |
| | | /** |
| | | * 序号 |
| | | */ |
| | |
| | | */ |
| | | private Boolean checkFlag; |
| | | /** |
| | | * 是否倒冲 |
| | | * |
| | | * true=报工时按 BOM 自动扣料;false=不自动扣料,物料走手工领料/投料 |
| | | */ |
| | | private Boolean backflushFlag; |
| | | /** |
| | | * 产出产品物料编号(多个用逗号分隔) |
| | | * |
| | | * 关联 {@link cn.iocoder.yudao.module.mes.dal.dataobject.md.item.MesMdItemDO#getId()} |
| | | * 为空时默认用工单的成品 |
| | | */ |
| | | private String outputItemId; |
| | | /** |
| | | * 备注 |
| | | */ |
| | | private String remark; |