mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 22:45:05 +08:00
新增 后管修改鉴权卡绑定
This commit is contained in:
@@ -2,6 +2,8 @@ package com.jsowell.pile.vo.web;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* 鉴权卡VO
|
||||
*
|
||||
@@ -16,7 +18,13 @@ public class PileAuthCardVO {
|
||||
|
||||
private String physicsCard;
|
||||
|
||||
private String status;
|
||||
|
||||
private String createTime;
|
||||
|
||||
private String memberId;
|
||||
|
||||
private String phoneNumber;
|
||||
|
||||
private String nickName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user