6 天以前 dce6e9cd95969b09e381431d8c2521fa802de2c2
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/dal/dataobject/pro/task/MesProTaskDO.java
@@ -19,7 +19,7 @@
/**
 * MES 生产任务 DO
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@TableName("mes_pro_task")
@KeySequence("mes_pro_task_seq")
@@ -69,6 +69,16 @@
     */
    private Long processId;
    /**
     * 班组编号
     *
     * 关联 {@link cn.iocoder.yudao.module.mes.dal.dataobject.cal.team.MesCalTeamDO#getId()}
     */
    private Long teamId;
    /**
     * 班组名称
     */
    private String teamName;
    /**
     * 产品物料编号
     *
     * 关联 {@link MesMdItemDO#getId()}