FCS的 用户名和密码 每个酒店不一样

给 浩 哥增加 专门的碳达人接口
This commit is contained in:
2026-03-10 15:57:43 +08:00
parent ed386b0eaf
commit 72fa1a5524
8 changed files with 132 additions and 43 deletions

View File

@@ -168,5 +168,11 @@ namespace Service.Implement
{
return ((ISysHotelRepository)(this.CurrentRepository)).GetByETV_HotelId(hotelid);
}
public List<SysHotel> get_fcs_hotel()
{
return ((ISysHotelRepository)(this.CurrentRepository)).get_fcs_hotels();
}
}
}