入库单和出库单
This commit is contained in:
@@ -259,7 +259,18 @@ namespace MyCode.Project.WebApi.Controllers
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 调度运行吉客云采购出库单
|
||||
|
||||
/// <summary>
|
||||
/// 调度运行吉客云采购出库单
|
||||
/// </summary>
|
||||
[HttpGet]
|
||||
[AllowAnonymous]
|
||||
public void GetStorageGoodsDocOutV2(string now)
|
||||
{
|
||||
_jackYunTaskService.GetStorageGoodsDocOutV2(now);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user