using Kingdee.BOS.Core.DynamicForm;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace EastChanger
{
public interface ISynchonService
{
string ModuleCnName { get; }
///
///
///
///
///
/// 1.删除
void HandleSyncData(List idList, IOperationResult opResult, int action);
}
}