using System.ServiceModel; using Dongke.IBOSS.PRD.WCF.DataModels; namespace Dongke.IBOSS.PRD.WCF.Contracts { /// /// SAP数据接口 /// [ServiceContract(ConfigurationName = "SAPDataService.ISAPData", Name = "ISAPData", Namespace = "Dongke.IBOSS.PRD.WCF.Contracts")] public interface ISAPData { #region 共通接口 /// /// 共通接口 /// /// /// [OperationContract] ServiceResultEntity DoRequest(ClientRequestEntity cre); #endregion #region Hegii ///// ///// 获取同步最后一次同步成功的日期 ///// ///// //ServiceResultEntity GetLastDateBy(string dataCode); #endregion } }