修改im平台id字段类型为string

This commit is contained in:
Chopper 2021-12-13 16:21:59 +08:00
parent abb4b8cb66
commit 947fc457f2

View File

@ -20,7 +20,7 @@ public class ImSetting implements Serializable {
@ApiModelProperty(value = "平台ID")
private Integer tenantId;
private String tenantId;
}