zqy
2024-07-31 2723e04976f006ace42c6c53627b87e1cc95ff07
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;
}