|
|
@ -1,10 +1,13 @@ |
|
|
|
package com.yxt.oms.feign.portal.sysstafforg; |
|
|
|
|
|
|
|
import com.yxt.common.core.result.ResultBean; |
|
|
|
import com.yxt.oms.biz.func.sysstafforg.SysStaffOrg; |
|
|
|
import com.yxt.oms.biz.func.sysstafforg.SysStaffOrgByUserVo; |
|
|
|
import com.yxt.oms.feign.portal.sysuser.SysStaffOrgVo; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.PathVariable; |
|
|
|
import org.springframework.web.bind.annotation.RequestParam; |
|
|
|
import org.springframework.web.bind.annotation.ResponseBody; |
|
|
|
|
|
|
|