4 changed files with 29 additions and 5 deletions
@ -0,0 +1,17 @@ |
|||
package com.epmet.dto.result; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2020/11/20 上午9:54 |
|||
*/ |
|||
@Data |
|||
public class UserIdAndBadgeIdResultDTO implements Serializable { |
|||
|
|||
private String userId; |
|||
|
|||
private String badgeId; |
|||
} |
Loading…
Reference in new issue