新增 后管修改鉴权卡绑定

This commit is contained in:
Lemon
2023-03-24 13:15:52 +08:00
parent 54a34e5d6a
commit 6772cf3de0
9 changed files with 105 additions and 36 deletions

View File

@@ -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;
}