| | |
| | | |
| | | /** |
| | | * <p> |
| | | * |
| | | * |
| | | * </p> |
| | | * |
| | | * @author wf |
| | |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | /** |
| | | * 设备id |
| | | */ |
| | | private Integer deviceId; |
| | | |
| | | /** |
| | | * 格子id |
| | | */ |
| | | private String slotId; |
| | | |
| | | private Integer slot; |
| | | /** |
| | | * 架子信息 |
| | | */ |
| | | private Integer shelf; |
| | | /** |
| | | * 原片宽 |
| | | */ |
| | | private Double patternWidth; |
| | | |
| | | /** |
| | | * 原片高 |
| | | */ |
| | | private Double patternHeight; |
| | | |
| | | /** |
| | | * 原片厚度 |
| | | */ |
| | | private Double patternThickness; |
| | | |
| | | /** |
| | | * 膜系 |
| | | */ |
| | | private String filmsId; |
| | | |
| | | /** |
| | | * 创建时间 |
| | | */ |
| | | private Date createTime; |
| | | |
| | | /** |
| | | * 剩余数量 |
| | | */ |
| | | private String remainQuantity; |
| | | |
| | | |
| | | private Integer remainQuantity; |
| | | /** |
| | | * 状态 |
| | | */ |
| | | private int state; |
| | | private Integer state; |
| | | |
| | | |
| | | } |