xiaoyi
3 天以前 abf1c0a35d85d38239ff5d2ed746a4e4b797c9d1
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()}