新增桌台

This commit is contained in:
gyq
2024-02-06 15:23:47 +08:00
parent 259aec07cd
commit b31f6494b5
9 changed files with 195 additions and 42 deletions

View File

@@ -61,4 +61,16 @@ export function tbShopTable(data, method) {
})
}
/**
* 删除台桌
* @returns
*/
export function tbShopTableDelete(data) {
return request({
url: `/api/tbShopTable`,
method: 'DELETE',
data
})
}