| | |
| | | private String boxType3 = ""; |
| | | |
| | | //库存状态 |
| | | private String cstateid; |
| | | private Integer cstateid; |
| | | |
| | | public OrderDetlPakout() {} |
| | | |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getCstateid$() { |
| | | KcztMapService service = SpringUtils.getBean(KcztMapService.class); |
| | | KcztMap kcztMap = service.selectOne(new EntityWrapper<KcztMap>().eq("cstateid", this.cstateid)); |
| | | if (!Cools.isEmpty(kcztMap)){ |
| | | return String.valueOf(kcztMap.getVname()); |
| | | } |
| | | return String.valueOf(this.cstateid); |
| | | } |
| | | |
| | | |
| | | public void sync(Object source) { |
| | | Synchro.Copy(source, this); |