using Admin.Core.Model; namespace Admin.Core.IService { /// /// ISmSyncModelServices /// public interface ISmSyncModelServices : IBaseServices { } }