update 会员区分运营商

This commit is contained in:
Lemon
2023-08-25 13:17:30 +08:00
parent 914380b3ea
commit 454022c553
10 changed files with 622 additions and 471 deletions

View File

@@ -2,6 +2,8 @@ package com.jsowell.pile.dto;
import lombok.Data;
import java.util.List;
/**
* TODO
*
@@ -19,4 +21,8 @@ public class QueryMemberInfoDTO {
private String mobileNumber;
private String memberId;
private String merchantId;
private List<String> merchantDeptIds;
}