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; }