Files
2025-11-20 09:51:24 +08:00

18 lines
294 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Services.Manager
{
//同步酒店信息
public class SyncData
{
public static bool UpDate()
{
return true;
}
}
}