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