This commit is contained in:
2023-12-01 10:11:19 +08:00
parent eaea5bec19
commit dc8caa7716
3 changed files with 18 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ package com.jsowell.pile.dto;
import lombok.Data;
import java.util.List;
/**
* 鉴权卡dto
*
@@ -27,4 +29,6 @@ public class PileAuthCardDTO {
private String verificationCode;
private String merchantId;
private List<String> merchantIdList;
}