| | |
| | | public boolean updateStatus(Double materialLength,Double materialWidth,Double materialHeight,Double materialWeight,Double materialNumber,int status){ |
| | | return this.baseMapper.updateStatus(materialLength,materialWidth,materialHeight,materialWeight,materialNumber,status); |
| | | } |
| | | |
| | | @Override |
| | | public Integer getNumber(Double weight,Double volume,Double length,Double width,Double height){ |
| | | return this.baseMapper.getNumber(weight,volume,length,width,height); |
| | | } |
| | | |
| | | @Override |
| | | public Integer getStatus(Double weight,Double volume,Double length,Double width,Double height){ |
| | | return this.baseMapper.getStatus(weight,volume,length,width,height); |
| | | } |
| | | } |