src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -23,7 +23,12 @@ @TableName("sales_ledger_product") @Data public class SalesLedgerProduct implements Serializable { private static final long serialVersionUID = 1L; @ApiModelProperty(value = "库位") @TableField(exist = false) private String stockLocation; /** * 产品信息主键 @@ -235,4 +240,12 @@ @TableField(exist = false) private Integer hasSufficientStock; @ApiModelProperty(value = "发货数量") @TableField(exist = false) private BigDecimal shippingNum; @ApiModelProperty(value = "退货数量") @TableField(exist = false) private BigDecimal returnNum; }