chenlu
2024-03-01 a1a27eba473c476cade23f003d3ac1f1cc1ac27d
north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.example.erp.entity.sd.Order;
import lombok.Data;
import java.time.LocalDate;
@@ -39,9 +40,9 @@
    //班次
    private String classes;
    //班组编号
    private String teamsgroupsId;
    private String teamsGroupsId;
    //班组名称
    private String teamsgroupsName;
    private String teamsGroupsName;
    //报工状态
    private Integer reportingWorkState;
    //审核人
@@ -65,6 +66,11 @@
    //修改时间
    private LocalDate updateTime;
    private Order order;
    //外键流程卡表
    private FlowCard flowCard;
    private ReportingWork reportingWork;
    private  ReportingWorkDetail reportingWorkDetail;
}