|
|
@ -36,22 +36,22 @@ public class HeartAttachmentEntity extends BaseEpmetEntity { |
|
|
|
/** |
|
|
|
* 附件名 |
|
|
|
*/ |
|
|
|
private String attachmentName; |
|
|
|
private String name; |
|
|
|
|
|
|
|
/** |
|
|
|
* 文件格式(JPG、PNG、PDF、JPEG、BMP、MP4、WMA、M4A、MP3、DOC、DOCX、XLS) |
|
|
|
*/ |
|
|
|
private String attachmentFormat; |
|
|
|
private String format; |
|
|
|
|
|
|
|
/** |
|
|
|
* 附件类型((图片 - image、 视频 - video、 语音 - voice、 文档 - doc)) |
|
|
|
*/ |
|
|
|
private String attachmentType; |
|
|
|
private String type; |
|
|
|
|
|
|
|
/** |
|
|
|
* 附件地址 |
|
|
|
*/ |
|
|
|
private String attachmentUrl; |
|
|
|
private String url; |
|
|
|
|
|
|
|
/** |
|
|
|
* 排序字段 |
|
|
|