whywhyo
2023-10-07 bfe6e8b654b3a90b0d95c4aebbef872418ebeaa6
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;
    /**
     * 授权的用户id
     */
    private String userId;
    /**
     * 授权的家庭号
     */
    private String familyId;
    /**
     * 授权的菜单id
     */
    private List<String> authorityList;
}