| | |
| | | |
| | | 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; |
| | | |
| | | /** |
| | | * 接口表-廒间信息 |
| | | * |
| | | * @author chen |
| | | * @author czt |
| | | * @date 2022-09-02 14:18 |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SH2023Api1104 implements Serializable { |
| | | |
| | | /** |
| | |
| | | private String cfdm; |
| | | |
| | | @PropertyDef(label = "廒间长度") |
| | | private double ajcd; |
| | | private Double ajcd; |
| | | |
| | | @PropertyDef(label = "廒间宽度") |
| | | private double ajkd; |
| | | private Double ajkd; |
| | | |
| | | @PropertyDef(label = "廒间高度") |
| | | private double ajgd; |
| | | private Double ajgd; |
| | | |
| | | @PropertyDef(label = "廒间设计仓容") |
| | | private double ajsjcr; |
| | | private Double ajsjcr; |
| | | |
| | | @PropertyDef(label = "廒间联系电话") |
| | | private String ajlxdh; |
| | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "廒间启用日期") |
| | | private Date ajqyrq; |
| | | |
| | | @PropertyDef(label = "使用库区代码") |
| | | private String sykqdm; |
| | | |
| | | @PropertyDef(label = "廒间状态") |
| | | private String ajzt; |
| | |
| | | @PropertyDef(label = "最后更新时间") |
| | | private Date zhgxsj; |
| | | |
| | | @PropertyDef(label = "使用库区代码") |
| | | private String sykqdm; |
| | | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |
| | | |
| | | |
| | | } |