无关风月
2025-03-19 1db007c78d88b08af499b5470a037a1953028ee2
ruoyi-system/src/main/java/com/ruoyi/system/model/TTenant.java
@@ -55,7 +55,7 @@
    @ApiModelProperty(value = "租户类型")
    @TableField("tenant_type")
    private Integer tenantType;
    private String tenantType;
    @ApiModelProperty(value = "联系电话")
    @NotBlank(message = "联系电话不能为空")
@@ -88,5 +88,8 @@
    @ApiModelProperty(value = "登录密码")
    @TableField("password")
    private String password;
    @ApiModelProperty(value = "微信openid")
    @TableField("open_id")
    private String openId;
}