载具新增批量新增接口
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using SqlSugar;
|
||||
using SqlSugar;
|
||||
using Tnb.WarehouseMgr.Entities;
|
||||
|
||||
namespace Tnb.WarehouseMgr
|
||||
@@ -13,9 +8,6 @@ namespace Tnb.WarehouseMgr
|
||||
/// </summary>
|
||||
public class WmsElevatorService : WmsBasicConfBase<WmsElevatorH>
|
||||
{
|
||||
public WmsElevatorService(ISqlSugarRepository<WmsElevatorH> repo)
|
||||
{
|
||||
DbContext = repo.AsSugarClient();
|
||||
}
|
||||
public WmsElevatorService(ISqlSugarRepository<WmsElevatorH> repo) => DbContext = repo.AsSugarClient();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user