Files
Web_AuthorityManagement_Mvc…/Services/Manager/SyncData.cs

18 lines
294 B
C#
Raw Normal View History

2025-11-20 09:50:21 +08:00
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;
}
}
}