电梯代码优化

This commit is contained in:
yang.lee
2023-12-12 14:28:38 +08:00
parent 5fde13ece9
commit fbdc7de3b9
17 changed files with 275 additions and 282 deletions

View File

@@ -1,4 +1,5 @@
using SqlSugar;
using System.Reflection;
using SqlSugar;
using Tnb.WarehouseMgr.Entities.Entity.Constraints;
namespace Tnb.WarehouseMgr.Entities;
@@ -66,5 +67,11 @@ public partial class WmsElevatorH : IUpdateEnabledEntity
/// </summary>
[SugarColumn(ColumnName = "status")]
public int enabled { get; set; }
/// <summary>
/// 任务单号
/// </summary>
[SugarColumn(ColumnName = "status")]
public string bill_code { get; set; }
}