This commit is contained in:
PastSaid
2024-03-18 11:42:45 +08:00
parent 08d8878eef
commit c31957eb64
56 changed files with 1485 additions and 123 deletions

View File

@@ -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();
}