62 changed files with 1466 additions and 1368 deletions
@ -1,9 +1,11 @@ |
|||
using System.Collections.Generic; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace WmsWebApi.OtherZll; |
|||
namespace WmsWebApi.OtherZll |
|||
{ |
|||
|
|||
public interface IOtherZllManager |
|||
{ |
|||
Task<WmsWebApiOtherZLLDTO> AddAsync(WmsWebApiOtherZLLDTO dto); |
|||
} |
|||
} |
@ -1,9 +1,11 @@ |
|||
using System.Collections.Generic; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace WmsWebApi.PPlan; |
|||
namespace WmsWebApi.PPlan |
|||
{ |
|||
|
|||
public interface IPPlanManager |
|||
{ |
|||
Task<WmsWebApiPPLANDTO> AddAsync(WmsWebApiPPLANDTO pplan); |
|||
} |
|||
} |
@ -1,9 +1,11 @@ |
|||
using System.Collections.Generic; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace WmsWebApi.Parts; |
|||
namespace WmsWebApi.Parts |
|||
{ |
|||
|
|||
public interface IPartManager |
|||
{ |
|||
Task<WmsWebApiPARTDTO> AddAsync(WmsWebApiPARTDTO part); |
|||
} |
|||
} |
@ -1,9 +1,11 @@ |
|||
using System.Collections.Generic; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace WmsWebApi.Domain; |
|||
namespace WmsWebApi.Domain |
|||
{ |
|||
|
|||
public interface IProductRecieveManager |
|||
{ |
|||
Task<WmsWebApiProductRecieveDTO> AddAsync(WmsWebApiProductRecieveDTO part); |
|||
} |
|||
} |
@ -1,9 +1,11 @@ |
|||
using System.Collections.Generic; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace WmsWebApi.Purchase; |
|||
namespace WmsWebApi.Purchase |
|||
{ |
|||
|
|||
public interface IPurchaseManager |
|||
{ |
|||
Task<WmsWebApiPURCHASEDTO> AddAsync(WmsWebApiPURCHASEDTO dto); |
|||
} |
|||
} |
@ -1,9 +1,10 @@ |
|||
using System.Collections.Generic; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace WmsWebApi.Domain; |
|||
namespace WmsWebApi.Domain { |
|||
|
|||
public interface IStockMoveManager |
|||
{ |
|||
Task<WmsWebApiStockMoveDTO> AddAsync(WmsWebApiStockMoveDTO part); |
|||
} |
|||
} |
@ -1,9 +1,11 @@ |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace WmsWebApi.ZlldgbLogs; |
|||
namespace WmsWebApi.ZlldgbLogs |
|||
{ |
|||
|
|||
public interface IZlldgbLogManager |
|||
{ |
|||
Task<ZlldgbLog> AddAsync(ZlldgbLog zlldcjLog); |
|||
Task<ZlldgbLog> CloseAsync(ZlldgbLog zlldcjLog); |
|||
} |
|||
} |
Loading…
Reference in new issue