parent
b71cec05fb
commit
e1c5c7da69
@ -0,0 +1,10 @@
|
||||
package com.ruoyi.web.controller.system;
|
||||
|
||||
import com.ruoyi.common.core.controller.BaseController;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
@Controller
|
||||
@RequestMapping("/")
|
||||
public class SysUserExamineController extends BaseController {
|
||||
}
|
Loading…
Reference in new issue