liujie
1 天以前 f41b11c958ef7d0416d194278d1fe7cd1a1e8219
ruoyi-system/src/main/java/com/ruoyi/system/model/TErpGoods.java
@@ -38,7 +38,7 @@
    @ApiModelProperty(value = "商品来源 1=平台添加 2=线下添加")
    @TableField("goods_source")
    private String goodsSource;
    private Integer goodsSource;
    @ApiModelProperty(value = "商品名称")
    @TableField("goods_name")
@@ -96,7 +96,12 @@
    private String goodsYards;
    @Excel(name = "保养周期(天)")
    @TableField("maintenance_interval")
    private String maintenanceInterval;
    @ApiModelProperty(value = "保养周期单位")
    @TableField("maintenance_interval_unit")
    private String maintenanceIntervalUnit;
    @ApiModelProperty(value = "最低采购数量")
    @TableField("low_purchase_quantity")
@@ -217,6 +222,12 @@
    private String storage;
    @ApiModelProperty(value = "商品条码")
    private String barcode;
    @ApiModelProperty(value = "诊所添加供应商")
    @TableField("supplier_name")
    private String supplierName;