修改im平台id字段类型为string
This commit is contained in:
parent
abb4b8cb66
commit
947fc457f2
@ -20,7 +20,7 @@ public class ImSetting implements Serializable {
|
||||
|
||||
|
||||
@ApiModelProperty(value = "平台ID")
|
||||
private Integer tenantId;
|
||||
private String tenantId;
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user