feige
2024-10-27 bc74ffaaa0074a96d7e7e60838845d020f94f347
zhang-content/src/main/java/com/ruoyi/domain/dto/EmpowerDto.java
@@ -15,5 +15,19 @@
public class EmpowerDto implements Serializable {
    private static final long serialVersionUID = 1L;
    /**
     * 用户id
     */
    private Long [] uids;
    /**
     * 家庭id
     */
    private Long fid;
    /**
     * 权限码
     */
    private Long[] authoritys;
}