增加 location解绑
parent
8cae52943e
commit
47aac729d2
@ -0,0 +1,20 @@
|
||||
package com.bgs.webapi.controller;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
/**
|
||||
* @author wanghao
|
||||
* @date 2024/7/30 14:19
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/api")
|
||||
public class BroadController {
|
||||
|
||||
@GetMapping("/test")
|
||||
public String stockLedger()
|
||||
{
|
||||
return "base/location/stockLedger";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue