|
@ -44,6 +44,12 @@ public class PublicAndInternalFileResultDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
private Integer duration; |
|
|
private Integer duration; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 附件ID |
|
|
|
|
|
*/ |
|
|
|
|
|
@JsonIgnore |
|
|
|
|
|
private String attachmentId; |
|
|
|
|
|
|
|
|
@JsonIgnore |
|
|
@JsonIgnore |
|
|
private String processId; |
|
|
private String processId; |
|
|
|
|
|
|
|
|