From d2a1957ec40c70c696ab3260d7f7df90c4539589 Mon Sep 17 00:00:00 2001 From: whywhyo <1511349576@qq.com> Date: 星期五, 21 七月 2023 15:33:31 +0800 Subject: [PATCH] 1254 --- zhang-content/src/main/java/com/ruoyi/domain/dto/EmpowerDto.java | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/zhang-content/src/main/java/com/ruoyi/domain/dto/EmpowerDto.java b/zhang-content/src/main/java/com/ruoyi/domain/dto/EmpowerDto.java index 8a524db..735d325 100644 --- a/zhang-content/src/main/java/com/ruoyi/domain/dto/EmpowerDto.java +++ b/zhang-content/src/main/java/com/ruoyi/domain/dto/EmpowerDto.java @@ -15,20 +15,5 @@ public class EmpowerDto implements Serializable { private static final long serialVersionUID = 1L; - /** - * 鎺堟潈鐨勭敤鎴穒d - */ - private String userId; - - /** - * 鎺堟潈鐨勫搴彿 - */ - private String familyId; - - /** - * 鎺堟潈鐨勮彍鍗昳d - */ - private List<String> authorityList; - } -- Gitblit v1.9.1