src/main/java/com/ruoyi/basic/pojo/Customer.java
@@ -116,4 +116,11 @@ @ApiModelProperty(value = "开户行号") @Excel(name = "开户行号") private String bankCode; @ApiModelProperty(value = "创建用户") @TableField(fill = FieldFill.INSERT) private Integer createUser; @TableField(fill = FieldFill.INSERT) private Long deptId; }