a
This commit is contained in:
15
08.昶东/EastChanger/ISynchonService.cs
Normal file
15
08.昶东/EastChanger/ISynchonService.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
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; }
|
||||
|
||||
void HandleSyncData(List<string> idList, IOperationResult opResult);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user