huminmin
2 天以前 4467032448645476177dd2751cdf43b7678a2b43
src/main/java/com/ruoyi/basic/pojo/ProductModel.java
@@ -31,6 +31,10 @@
    @Excel(name = "产品名称")
    private String productName;
    @TableField(exist = false)
    @Excel(name = "产品标准数量")
    private BigDecimal productStandardQuantity;
    /**
     * 规格型号
     */
@@ -38,7 +42,6 @@
    private String model;
    @Excel(name = "产品编码")
    @TableField("product_code")
    private String productCode;
    /**
@@ -46,12 +49,6 @@
     */
    @Excel(name = "单位")
    private String unit;
    /**
     * 生产炒机
     */
    @Excel(name = "生产炒机")
    private String speculativeTradingName;
    @Schema(description = "租户ID")
    @TableField(fill = FieldFill.INSERT)