| | |
| | | import com.ruoyi.common.utils.poi.ExcelUtil; |
| | | 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; |
| | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 授权 |
| | | */ |
| | | @PostMapping("/empower") |
| | | public AjaxResult empower(@RequestBody EmpowerDto empowerDto){ |
| | | |
| | | return zInfoUserService.empower(empowerDto); |
| | | } |
| | | // /** |
| | | // * 授权 |
| | | // */ |
| | | // @PostMapping("/empower") |
| | | // public AjaxResult empower(@RequestBody EmpowerDto empowerDto){ |
| | | // |
| | | // return zInfoUserService.empower(empowerDto); |
| | | // } |
| | | |
| | | /** |
| | | * 家根网 |