springboot-vue3/src/main/java/com/example/springboot/entity/FlowCard.java
@@ -9,7 +9,7 @@
@Data
@TableName("`flowcard`")
public class FlowCard {
public class Flowcard {
  private Integer id;// 自增id
  private String flowcard;// 流程卡id
  private Integer number;// 玻璃数量
@@ -17,6 +17,10 @@
  private Integer state;// 状态
  private Integer method;// 出片方式
  private Date starttime;// 任务领取时间
  private Integer orderstate;// 任务领取时间
  private String customer;// 客户
  public List<GlassInfo> glassinfo;// 玻璃信息