查询登录用户权限信息,使用UserUtils

This commit is contained in:
2023-11-11 16:47:20 +08:00
parent 659705e70d
commit 4fd28a156b
3 changed files with 32 additions and 24 deletions

View File

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