update 会员信息根据所属一级运营商查询

This commit is contained in:
2023-11-07 16:30:45 +08:00
parent 10e1d7eeb6
commit ed458b875d
4 changed files with 13 additions and 27 deletions

View File

@@ -22,6 +22,7 @@ public class QueryMemberInfoDTO {
private String memberId;
// 一级运营商id
private String merchantId;
private List<String> merchantDeptIds;