123333
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.ruoyi.cai.dto.commom.im;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ImgContentDTO {
|
||||
@Schema(description = "不知道是撒")
|
||||
private String serverId;
|
||||
@Schema(description = "不知道是撒")
|
||||
private String messageId;
|
||||
@Schema(description = "时间")
|
||||
private String time;
|
||||
@Schema(description = "图片地址")
|
||||
private String imageUrl;
|
||||
@Schema(description = "OSS图片地址")
|
||||
private String ossImage;
|
||||
}
|
||||
Reference in New Issue
Block a user