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; }