src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -23,8 +23,13 @@
@TableName("sales_ledger_product")
@Data
public class SalesLedgerProduct implements Serializable {
    private static final long serialVersionUID = 1L;
    @ApiModelProperty(value = "库位")
    @TableField(exist = false)
    private String stockLocation;
    /**
     * 产品信息主键
     */