whywhyo
2023-08-09 ab24e68f152f9031a5ddfe4be7e82a5c84eb7476
zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
@@ -3,7 +3,7 @@
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.domain.ZInfoUser;
import com.ruoyi.domain.ZfRelation;
import com.ruoyi.domain.dto.EmpowerDto;
import com.ruoyi.domain.dto.Genealogy;
import com.ruoyi.domain.dto.GenealogyExportDto;
import com.ruoyi.domain.dto.RelationDto;
@@ -32,7 +32,7 @@
    AjaxResult deleteRelation(Long[] ids);
    AjaxResult empower(EmpowerDto empowerDto);
//    AjaxResult empower(EmpowerDto empowerDto);
    AjaxResult listWithTree(Integer depth);
@@ -47,4 +47,11 @@
    List<Genealogy> selectByIds(Long[] ids);
    List<Genealogy> selectDatas(List<GenealogyExportDto> params);
    ZInfoUser getInfoById(Long userId);
    ZInfoUser getMyself();
    AjaxResult listGenealogy2(Genealogy genealogy, Integer pageNum, Integer pageSize);
}