using Kingdee.BOS;
using Kingdee.BOS.Core.DynamicForm;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace EastChanger.STK_Miscellaneous
{
///
/// 其他入库单
///
public class STKMiscellaneousService : BaseService, ISynchonService
{
public STKMiscellaneousService(Context context) : base(context, 2)
{
}
public string ModuleCnName => _moduleCnName;
public void HandleSyncData(List idList, IOperationResult opResult, int action)
{
throw new NotImplementedException();
}
}
}