叫号取消接口

This commit is contained in:
张松
2025-04-01 18:04:45 +08:00
parent 32de1b80b7
commit 2ce1d30f06
3 changed files with 22 additions and 0 deletions

View File

@@ -40,4 +40,6 @@ public interface CallTableService extends IService<CallTable> {
boolean subMsg(CallSubMsgDTO subMsgDTO);
Object getStatus(Long shopId, String openId, Long queueId);
Boolean cancel(Long shopId, Long queueId);
}