根据vin查询会员

This commit is contained in:
2023-11-02 16:31:14 +08:00
parent 3ff7e5daf9
commit 0ff8b7dcdd
3 changed files with 17 additions and 0 deletions

View File

@@ -25,4 +25,6 @@ public class QueryMemberInfoDTO {
private String merchantId;
private List<String> merchantDeptIds;
private String vinCode;
}