| | |
| | | |
| | | 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; |
| | |
| | | //班次 |
| | | private String classes; |
| | | //班组编号 |
| | | private String teamsgroupsId; |
| | | private String teamsGroupsId; |
| | | //班组名称 |
| | | private String teamsgroupsName; |
| | | private String teamsGroupsName; |
| | | //报工状态 |
| | | private Integer reportingWorkState; |
| | | //审核人 |
| | |
| | | //修改时间 |
| | | private LocalDate updateTime; |
| | | |
| | | |
| | | private Order order; |
| | | //外键流程卡表 |
| | | private FlowCard flowCard; |
| | | private ReportingWork reportingWork; |
| | | |
| | | private ReportingWorkDetail reportingWorkDetail; |
| | | } |