修复bug
This commit is contained in:
@@ -44,11 +44,6 @@ public partial class WmsElevatorH : BaseEntity<string>
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public string elevator_group { get; set; } = string.Empty;
|
public string elevator_group { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 状态
|
|
||||||
/// </summary>
|
|
||||||
[SugarColumn(ColumnName = "status")]
|
|
||||||
public int enable_mark { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 任务数量
|
/// 任务数量
|
||||||
|
|||||||
@@ -13,17 +13,17 @@ namespace Tnb.WarehouseMgr
|
|||||||
/// Wms基础数据基类
|
/// Wms基础数据基类
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="TEntity"></typeparam>
|
/// <typeparam name="TEntity"></typeparam>
|
||||||
public class WmsBasicDataBase<TEntity> : BaseWareHouseService where TEntity : BaseEntity<string>, new()
|
//public class WmsBasicDataBase<TEntity> : BaseWareHouseService where TEntity : BaseEntity<string>, new()
|
||||||
{
|
//{
|
||||||
private readonly ISqlSugarClient _db;
|
// private readonly ISqlSugarClient _db;
|
||||||
public WmsBasicDataBase()
|
// public WmsBasicDataBase()
|
||||||
{
|
// {
|
||||||
|
|
||||||
}
|
// }
|
||||||
[HttpPost]
|
// [HttpPost]
|
||||||
public async Task<bool> IsEnabledMark(IEnumerable<string> ids,int status)
|
// public async Task<bool> IsEnabledMark(IEnumerable<string> ids,int status)
|
||||||
{
|
// {
|
||||||
|
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user