| | |
| | | |
| | | /** |
| | | * 接口表-库区图仓房点位标注接口 |
| | | * |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper=false) |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Gd2023Api1110 implements Serializable { |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private static final long serialVersionUID = -2000199652473542869L; |
| | | * |
| | | */ |
| | | private static final long serialVersionUID = -2000199652473542869L; |
| | | |
| | | |
| | | @PropertyDef(label = "单位代码" ) |
| | | @PropertyDef(label = "单位代码") |
| | | private String dwdm; |
| | | |
| | | @PropertyDef(label = "统一单位编码" ) |
| | | @PropertyDef(label = "统一单位编码") |
| | | private String tydwbm; |
| | | |
| | | @PropertyDef(label = "库区代码" ) |
| | | @PropertyDef(label = "库区代码") |
| | | private String kqdm; |
| | | |
| | | @PropertyDef(label = "货位代码" ) |
| | | @PropertyDef(label = "统一库区代码") |
| | | private String tykqbm; |
| | | |
| | | @PropertyDef(label = "货位代码") |
| | | private String hwdm; |
| | | |
| | | @PropertyDef(label = "统一货位编码") |
| | | private String tyhwbm; |
| | | |
| | | @PropertyDef(label = "货位相对位置" ) |
| | | @PropertyDef(label = "货位相对位置") |
| | | private String hwxdwz; |
| | | |
| | | @PropertyDef(label = "货位位置样式" ) |
| | | @PropertyDef(label = "货位位置样式") |
| | | private String hwwzys; |
| | | |
| | | @PropertyDef(label = "备注" ) |
| | | @PropertyDef(label = "备注") |
| | | private String bz; |
| | | |
| | | @PropertyDef(label = "操作标志" ) |
| | | @PropertyDef(label = "操作标志") |
| | | private String czbz; |
| | | |
| | | @PropertyDef(label = "最后更新时间" ) |
| | | @PropertyDef(label = "最后更新时间") |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | private Date zhgxsj; |
| | | |