新增进出库策略,修改起禁用状态函数
This commit is contained in:
17
WarehouseMgr/Tnb.WarehouseMgr/WmsInStockPoliciesService.cs
Normal file
17
WarehouseMgr/Tnb.WarehouseMgr/WmsInStockPoliciesService.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using SqlSugar;
|
||||
|
||||
namespace Tnb.WarehouseMgr
|
||||
{
|
||||
/// <summary>
|
||||
/// 入库策略服务类
|
||||
/// </summary>
|
||||
public class WmsInStockPoliciesService : BaseWareHouseService
|
||||
{
|
||||
private readonly ISqlSugarClient _db;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user