出库单
This commit is contained in:
14
src/WMS.Web.Domain/Services/OutStockService.cs
Normal file
14
src/WMS.Web.Domain/Services/OutStockService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using WMS.Web.Domain.IService;
|
||||
|
||||
namespace WMS.Web.Domain.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// 出库服务
|
||||
/// </summary>
|
||||
public class OutStockService: IOutStockService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user