@@ -121,6 +121,6 @@ public class BizTaksStockLot extends BaseEntity
@TableField(exist = false)
private Boolean flag;
private Integer isWaste;
- private Long fromId;
+ private Long fromLotId;
}