add 小程序查询用户鉴权卡列表接口

This commit is contained in:
Lemon
2023-05-24 08:46:20 +08:00
parent 45cf7d84f6
commit 50c26169e9
8 changed files with 178 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ package com.jsowell.pile.dto;
import lombok.Data;
/**
* 鉴权卡查询dto
* 鉴权卡dto
*
* @author JS-ZZA
* @date 2023/3/24 9:29
@@ -21,4 +21,6 @@ public class PileAuthCardDTO {
private String memberId;
private String phoneNumber;
private String VerificationCode;
}