2 changed files with 24 additions and 6 deletions
@ -0,0 +1,16 @@ |
|||
package com.epmet.resi.mine.dto.from; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @author zhaoqifeng |
|||
* @dscription |
|||
* @date 2020/4/14 11:01 |
|||
*/ |
|||
@Data |
|||
public class ReadMessageFromDTO implements Serializable { |
|||
private static final long serialVersionUID = 1116253566756531198L; |
|||
private String messageId; |
|||
} |
Loading…
Reference in new issue