forked from luyan/epmet-cloud-lingshan
6 changed files with 62 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
package com.epmet.dto.form; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
@Data |
||||
|
public class ReadIcMessageFormDTO implements Serializable { |
||||
|
private static final long serialVersionUID = 2697079163476964749L; |
||||
|
|
||||
|
/** |
||||
|
* 消息Id |
||||
|
*/ |
||||
|
private String id; |
||||
|
//token中信息
|
||||
|
private String customerId; |
||||
|
private String userId; |
||||
|
} |
Loading…
Reference in new issue