数字类型方法重写

yun-zuoyi
刘敏 6 years ago
parent 7181e85ba5
commit 2aa1e9811e

@ -40,7 +40,7 @@ public class WmsUnitConvert extends BaseBean {
@ApiParam(value = "换算率")
private Double unitCoefficient;
public Double getUnitCoefficient() {
public Double getUnitCoefficientVal() {
return this.unitCoefficient == null ? 0 : this.unitCoefficient.doubleValue();
}
}

Loading…
Cancel
Save