添加 ETV语音电视的支持。另外修改一些BUG

This commit is contained in:
2026-01-08 08:38:29 +08:00
parent 599251d91b
commit 69baadd312
14 changed files with 497 additions and 13 deletions

View File

@@ -19,6 +19,7 @@ namespace Service
SysHotel GetByAssociatedAccount(string associatedAccount);
SysHotel GetByDomainUrl(string domainUrl);
SysHotel GetByETV_HotelId(string ETVHotelID);
void UpdateDayTime(SysHotel entity);