liyong
2026-04-27 da068b4738f50cdb37a8aa27d417283b2a4f11a8
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)
@@ -63,6 +59,7 @@
    @TableField(exist = false)
    private LocalDateTime createTime;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
@@ -70,4 +67,16 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @ApiModelProperty("顶部父产品id")
    @TableField(exist = false)
    private Long topProductParentId;
    @ApiModelProperty(value = "单价")
    @Excel(name = "单价")
    private BigDecimal price;
    @ApiModelProperty(value = "库存预警值")
    @Excel(name = "库存预警值")
    private BigDecimal stockWarningValue;
}