mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@ import java.util.List;
|
||||
*/
|
||||
@Data
|
||||
public class PileAuthCardDTO {
|
||||
private Long id;
|
||||
private Integer id;
|
||||
|
||||
private String logicCard;
|
||||
|
||||
@@ -28,7 +28,14 @@ public class PileAuthCardDTO {
|
||||
|
||||
private String verificationCode;
|
||||
|
||||
/**
|
||||
* 运营商id
|
||||
* 创建时传过来
|
||||
*/
|
||||
private String merchantId;
|
||||
|
||||
/**
|
||||
* 有权限的运营商id列表
|
||||
*/
|
||||
private List<String> merchantIdList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user