src/main/java/com/zy/asrs/entity/CheckRecord.java
@@ -71,6 +71,10 @@ @TableField("confirm_qty") private Double confirmQty; @ApiModelProperty(value= "盘点差异量") @TableField(exist = false) private Double adjQty; /** * 记录时间 */ @@ -116,5 +120,11 @@ Synchro.Copy(source, this); } public Double getAdjQty$() { if(!Cools.isEmpty(confirmQty) && !Cools.isEmpty(anfme)){ return confirmQty - anfme; } else { return null; } } }