严智鑫
2024-04-09 e7110f57152cc0428dfa18ea34a924b06b2d89b3
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;// 玻璃信息