桌码绑定接口
This commit is contained in:
parent
7338854429
commit
9c0f1f7bfc
|
|
@ -0,0 +1,22 @@
|
|||
package com.czg.controller.admin;
|
||||
|
||||
import com.czg.annotation.SaAdminCheckPermission;
|
||||
import com.czg.resp.CzgResult;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 区域管理
|
||||
* @author Administrator
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/shopArea")
|
||||
public class ShopTableAreaController {
|
||||
|
||||
// @SaAdminCheckPermission("shopArea:list")
|
||||
// @GetMapping
|
||||
// public CzgResult<?> list() {
|
||||
//
|
||||
// }
|
||||
}
|
||||
Loading…
Reference in New Issue