合并
This commit is contained in:
@@ -29,7 +29,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// 单据类型
|
||||
/// </summary>
|
||||
[Column("Type")]
|
||||
public OutStockType Type { get; set; } = OutStockType.Sal;
|
||||
public InstockType Type { get; set; } = InstockType.Sal;
|
||||
|
||||
/// <summary>
|
||||
/// 创建人
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// 单据类型
|
||||
/// </summary>
|
||||
[Column("Type")]
|
||||
public OutStockType Type { get; set; } = OutStockType.Sal;
|
||||
public InstockType Type { get; set; } = InstockType.Sal;
|
||||
/// <summary>
|
||||
/// 操作人(出库人)
|
||||
/// </summary>
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface IChangeBoxRecordRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface IMoveBoxRecordRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
10
src/WMS.Web.Domain/Infrastructure/IOutStockRepositories.cs
Normal file
10
src/WMS.Web.Domain/Infrastructure/IOutStockRepositories.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface IOutStockRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface IOutStockTaskRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
10
src/WMS.Web.Domain/Infrastructure/ITakeStockRepositories.cs
Normal file
10
src/WMS.Web.Domain/Infrastructure/ITakeStockRepositories.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface ITakeStockRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user