新增桌台
This commit is contained in:
@@ -61,4 +61,16 @@ export function tbShopTable(data, method) {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除台桌
|
||||
* @returns
|
||||
*/
|
||||
export function tbShopTableDelete(data) {
|
||||
return request({
|
||||
url: `/api/tbShopTable`,
|
||||
method: 'DELETE',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user