0
This commit is contained in:
25
Gatedge.ScanCode/Services/IServices/IStkInStockService.cs
Normal file
25
Gatedge.ScanCode/Services/IServices/IStkInStockService.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using Gatedge.K3Cloud.Utils.Model.K3Request;
|
||||
using Gatedge.K3Cloud.Utils.Model.K3Result.Model;
|
||||
|
||||
namespace Gatedge.ScanCode.Services.IServices
|
||||
{
|
||||
/// <summary>
|
||||
/// 采购入库单服务接口
|
||||
/// </summary>
|
||||
public interface IStkInStockService
|
||||
{
|
||||
/// <summary>
|
||||
/// 撤销
|
||||
/// </summary>
|
||||
/// <param name="cancelAssign"></param>
|
||||
void CancelAssign(CancelAssign cancelAssign);
|
||||
void Delete(Delete stkInStockDeleteParam);
|
||||
|
||||
/// <summary>
|
||||
/// 提交
|
||||
/// </summary>
|
||||
/// <param name="stkInStockSubmitParam"></param>
|
||||
/// <returns></returns>
|
||||
K3CloudResponseStatus Submit(Submit stkInStockSubmitParam);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user