修改 接口
parent
8846f84238
commit
3a32b4c105
@ -1,12 +1,14 @@
|
||||
package com.haiwei.web.controller.broad;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
/**
|
||||
* @author wanghao
|
||||
* @date 2023/8/14 10:18
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/broad")
|
||||
public class BroadController {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue