package com.ruoyi.web.controller.zhang;
|
|
|
import com.ruoyi.common.core.domain.AjaxResult;
|
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RestController;
|
|
import javax.annotation.Resource;
|
|
/**
|
* <p>
|
* 前端控制器
|
* </p>
|
*
|
* @author ojq
|
* @since 2023-03-14
|
*/
|
@RestController
|
@RequestMapping("/self/user")
|
public class ZInfoUserController {
|
|
|
|
|
|
|
}
|