yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/dal/dataobject/pro/route/MesProRouteProcessDO.java
@@ -11,7 +11,7 @@ /** * MES 工艺路线工序 DO * * @author 芋道源码 * @author 超级管理员 */ @TableName("mes_pro_route_process") @KeySequence("mes_pro_route_process_seq") @@ -40,6 +40,10 @@ * 关联 {@link MesProProcessDO#getId()} */ private Long processId; /** * 工艺参数模板编号 */ private Long paramTemplateId; /** * 序号 */ @@ -84,12 +88,12 @@ */ private Boolean backflushFlag; /** * 产出产品物料编号 * 产出产品物料编号(多个用逗号分隔) * * 关联 {@link cn.iocoder.yudao.module.mes.dal.dataobject.md.item.MesMdItemDO#getId()} * 为空时默认用工单的成品 */ private Long outputItemId; private String outputItemId; /** * 备注 */