| | |
| | | private String remark; |
| | | |
| | | //库存状态 |
| | | private Integer cstateid; |
| | | private String cstateid; |
| | | |
| | | public OrderDetl() { |
| | | } |
| | |
| | | && this.boxType1.equals(orderDetl.getBoxType1()) |
| | | && this.boxType2.equals(orderDetl.getBoxType2()) |
| | | && this.boxType3.equals(orderDetl.getBoxType3()) |
| | | && this.cstateid.equals(orderDetl.getCstateid()) |
| | | ); |
| | | } |
| | | |
| | |
| | | && this.boxType1.equals(orderDetl.getBoxType1()) |
| | | && this.boxType2.equals(orderDetl.getBoxType2()) |
| | | && this.boxType3.equals(orderDetl.getBoxType3()) |
| | | && this.cstateid.equals(orderDetl.getCstateid()) |
| | | ); |
| | | } |
| | | |