会员组移除站点

This commit is contained in:
2024-02-23 15:06:29 +08:00
parent 11a7e4c199
commit fae000e072
7 changed files with 52 additions and 4 deletions

View File

@@ -19,4 +19,6 @@ public class MemberGroupDTO extends BaseEntity {
private String groupCode;
private List<String> merchantIdList;
private String stationId;
}