序列化
This commit is contained in:
parent
e3236d47a9
commit
f616d520d0
|
|
@ -2,6 +2,7 @@ package com.czg.market.vo;
|
|||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
|
|
@ -9,7 +10,7 @@ import java.math.BigDecimal;
|
|||
* @description
|
||||
*/
|
||||
@Data
|
||||
public class InviteUserVO {
|
||||
public class InviteUserVO implements Serializable {
|
||||
/**
|
||||
* 用户头像
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue