| | |
| | | @Column(name = "REMARKS_", length = 200) |
| | | @PropertyDef(label = "备注信息") |
| | | private String remarks; |
| | | |
| | | @Column(name = "bzw", length = 2) |
| | | @PropertyDef(label = "包装物", description = "1:麻袋2:编织袋3:散装9:其他") |
| | | private String bzw; |
| | | |
| | | @Column(name = "bzbjs") |
| | | @PropertyDef(label = "包件数", description = "单位:件") |
| | | private int bzbjs; |
| | | |
| | | } |
| | |
| | | if (StringUtils.isEmpty(fz40DepotStore.getLqgsdwdm())) { |
| | | apiData.setLqgsdwdm(api1102.getDwdm()); |
| | | } else { |
| | | apiData.setLqxzqhdm(fz40DepotStore.getLqgsdwdm()); |
| | | apiData.setLqgsdwdm(fz40DepotStore.getLqgsdwdm()); |
| | | } |
| | | //粮权行政区划代码 |
| | | apiData.setLqxzqhdm(api1102.getXzqhdm()); |