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