|
|
@@ -21,6 +21,8 @@ public class UserVo implements Serializable {
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
public LocalDateTime lastLoginTime;
|
|
|
public Integer balance;
|
|
|
+ public Integer discountAmount;
|
|
|
+ public Integer refundableAmount;
|
|
|
public String defaultPlateNo;
|
|
|
public String vin;
|
|
|
|