liyong
2026-04-23 6c7f3a2e780f45e57bb341a5faedac932928a10e
src/main/java/com/ruoyi/basic/pojo/ProductModel.java
@@ -45,11 +45,6 @@
    @Excel(name = "辅单位")
    private String subUnit;
    /**
     * 生产炒机
     */
    @Excel(name = "生产炒机")
    private String speculativeTradingName;
    @ApiModelProperty(value = "租户ID")
    @TableField(fill = FieldFill.INSERT)
@@ -66,4 +61,11 @@
    @TableField(exist = false)
    private LocalDateTime createTime;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}