zhoushihao
2024-10-11 d5d0d1c7a84b996b9bbcebfaf2c2c95f1a5a3678
hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/entity/DownGlassInfo.java
@@ -7,6 +7,7 @@
import org.springframework.stereotype.Component;
import java.io.Serializable;
import java.util.Date;
/**
 * <p>
@@ -28,6 +29,16 @@
     */
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     * 工位id
     */
    private Integer workStationId;
    /**
     * 工程id
     */
    private String engineerId;
    /**
     * 流程卡号
@@ -69,5 +80,14 @@
     */
    private String glassId;
    /**
     * 创建时间
     */
    private Date gmtCreate;
    /**
     * 玻璃类型
     */
    private Integer glassType;
}