|
|
@@ -62,6 +62,9 @@ public class ImMsgReceivedPO extends BasePO {
|
|
|
@ApiModelProperty(value = "0、未送达 1、送达", position = 10)
|
|
|
private Integer delivered;
|
|
|
|
|
|
- @ApiModelProperty(value = "消息发送者角色", position = 2)
|
|
|
+ @ApiModelProperty(value = "消息发送者角色", position = 11)
|
|
|
private String msgFromRole;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "音视频时长",position = 12)
|
|
|
+ private Integer duration;
|
|
|
}
|