4 changed files with 22 additions and 3 deletions
@ -0,0 +1,21 @@ |
|||
package com.elink.esua.epdc.common.token.dto; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
@Data |
|||
public class UserTagInfo implements Serializable { |
|||
|
|||
private static final long serialVersionUID = 1L; |
|||
|
|||
/** |
|||
* 用户标签ID |
|||
*/ |
|||
private String id; |
|||
|
|||
/** |
|||
* 用户标签编码 |
|||
*/ |
|||
private String tagCode; |
|||
} |
Loading…
Reference in new issue