zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
@@ -3,6 +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 java.util.List; @@ -27,4 +28,14 @@ AjaxResult updateRelation(ZfRelation zfRelation); AjaxResult deleteRelation(Long[] ids); AjaxResult empower(EmpowerDto empowerDto); AjaxResult listWithTree(Integer depth); AjaxResult addParent(Long fatherId, Long motherId); AjaxResult listAllExceptAdmin(); AjaxResult listMySelfAndSpouse(Long id); }