src/main/java/com/ruoyi/basic/pojo/ProductModel.java
@@ -42,11 +42,7 @@ @Excel(name = "单位") private String unit; /** * 生产炒机 */ @Excel(name = "生产炒机") private String speculativeTradingName; @ApiModelProperty(value = "租户ID") @TableField(fill = FieldFill.INSERT) @@ -74,4 +70,13 @@ @ApiModelProperty("顶部父产品id") @TableField(exist = false) private Long topProductParentId; @ApiModelProperty(value = "单价") @Excel(name = "单价") private BigDecimal price; @ApiModelProperty(value = "库存预警值") @Excel(name = "库存预警值") private BigDecimal stockWarningValue; }