| | |
| | | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import com.fzzy.api.entity.ApiParent; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | import javax.persistence.Column; |
| | | import javax.persistence.Entity; |
| | | import javax.persistence.Id; |
| | | import javax.persistence.Table; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | |
| | | @PropertyDef(label = "货位代码") |
| | | private String hwdm; |
| | | |
| | | @PropertyDef(label = "统一货位编码" ) |
| | | private String tyhwbm; |
| | | |
| | | @PropertyDef(label = "仓房外温") |
| | | private double cfww; |
| | |
| | | private String lwmx; |
| | | |
| | | @PropertyDef(label = "粮温状态") |
| | | private String lwzt; |
| | | private String lwzt = "0"; |
| | | |
| | | @PropertyDef(label = "异常点个数") |
| | | private String ycdgs; |
| | | private Integer ycdgs = 0; |
| | | |
| | | @PropertyDef(label = "粮情技术") |
| | | private String lqjs; |
| | | private String lqjs = "2"; |
| | | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |