修改 盘点任务代码
This commit is contained in:
21
WarehouseMgr/Tnb.WarehouseMgr/WmsElevatorService.cs
Normal file
21
WarehouseMgr/Tnb.WarehouseMgr/WmsElevatorService.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using SqlSugar;
|
||||
using Tnb.WarehouseMgr.Entities;
|
||||
|
||||
namespace Tnb.WarehouseMgr
|
||||
{
|
||||
/// <summary>
|
||||
/// 电梯业务类
|
||||
/// </summary>
|
||||
public class WmsElevatorService : WmsBasicDataBase<WmsElevatorH>
|
||||
{
|
||||
public WmsElevatorService(ISqlSugarRepository<WmsElevatorH> repo)
|
||||
{
|
||||
DbContext = repo.AsSugarClient();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user