feige
2024-06-10 f34203dacf5485b06d9d80618e5e14cf4463c2d7
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;
}