springboot-vue3/src/main/java/com/example/springboot/entity/FlowCard.java
@@ -5,12 +5,11 @@ import com.baomidou.mybatisplus.annotation.TableName; import cn.hutool.core.date.DateTime; import lombok.Data; @Data @TableName("`flowcard`") public class Flowcard { public class FlowCard { private Integer id;// 自增id private String flowcard;// 流程卡id private Integer number;// 玻璃数量 @@ -18,6 +17,7 @@ private Integer state;// 状态 private Integer method;// 出片方式 private Date starttime;// 任务领取时间 public List<GlassInfo> glassinfo;// 玻璃信息