yys
昨天 bf84fec7d8dd5e7fbcc93030b8d83da7ec0ece91
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;
    /**
     * 产品信息主键
@@ -49,9 +54,9 @@
    private String productCategory;
    /**
     * 规格型号
     * 图纸编号
     */
    @Excel(name = "规格型号")
    @Excel(name = "图纸编号")
    private String specificationModel;
    /**
@@ -243,4 +248,7 @@
    @ApiModelProperty(value = "退货数量")
    @TableField(exist = false)
    private BigDecimal returnNum;
    @ApiModelProperty(value = "物料号")
    private String material;
}