|
|
@@ -7,6 +7,7 @@ import com.hz.pm.api.user.model.po.MhUnitListReq; |
|
|
|
import com.hz.pm.api.user.model.po.UserTreeReq; |
|
|
|
import com.hz.pm.api.user.model.vo.MhUnitListVO; |
|
|
|
import com.ningdatech.basic.model.PageVo; |
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import lombok.RequiredArgsConstructor; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
@@ -23,6 +24,7 @@ import java.util.List; |
|
|
|
* @author WendyYang |
|
|
|
* @since 15:28 2024/1/10 |
|
|
|
*/ |
|
|
|
@Api(tags = "组织管理") |
|
|
|
@RestController |
|
|
|
@RequiredArgsConstructor |
|
|
|
@RequestMapping("/api/v1/mh/unit") |
|
|
|