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.删除 2.变更
void HandleSyncData(List idList, IOperationResult opResult, int action);
}
}