a
This commit is contained in:
@@ -12,13 +12,13 @@ namespace EastChanger.STK_Miscellaneous
|
||||
/// </summary>
|
||||
public class STKMiscellaneousService : BaseService, ISynchonService
|
||||
{
|
||||
public STKMiscellaneousService(Context context) : base(context, "supvMaterialStorage.save", "其他入库单")
|
||||
public STKMiscellaneousService(Context context) : base(context, 2)
|
||||
{
|
||||
}
|
||||
|
||||
public string ModuleCnName => _moduleCnName;
|
||||
|
||||
public void HandleSyncData(List<string> idList, IOperationResult opResult)
|
||||
public void HandleSyncData(List<string> idList, IOperationResult opResult, int action)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user