18 lines
358 B
C#
18 lines
358 B
C#
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;
|
|
}
|
|
}
|