工单模块

This commit is contained in:
2025-12-19 11:11:51 +08:00
parent 41cbe2bd54
commit 409e33abb6
49 changed files with 1934 additions and 323 deletions

View File

@@ -45,6 +45,14 @@ public interface GuestService {
*/
ResultDomain<TbGuestDTO> selectGuestOne(TbGuestDTO guest);
/**
* @description 根据微信id查询来客
* @param wechatId
* @author yslg
* @since 2025-12-18
*/
ResultDomain<TbGuestDTO> selectGuestByWechatId(String wechatId);
/**
* @description 查询来客列表
* @param guest 来客信息