| | |
| | | package com.nanometer.smartlab.entity; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | public class DangerousEncode { |
| | | public class DangerousEncode implements Serializable { |
| | | /** id id **/ |
| | | private String id; |
| | | private Long id; |
| | | |
| | | /** 柜码 container_number **/ |
| | | private String containerNumber; |
| | |
| | | /** 使用次数 count **/ |
| | | private Integer count; |
| | | |
| | | /** id id **/ |
| | | public String getId() { |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | /** id id **/ |
| | | public void setId(String id) { |
| | | this.id = id == null ? null : id.trim(); |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | /** 柜码 container_number **/ |
| | |
| | | this.count = count; |
| | | } |
| | | |
| | | } |
| | | } |