mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
add 小程序查询用户鉴权卡列表接口
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user