wms:agv: agv点位信息修改
This commit is contained in:
@@ -17,6 +17,15 @@ namespace ZR.Model.MES.wms
|
||||
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
|
||||
public int Id { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 区域
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "area_code")]
|
||||
public int? AreaCode { get; set; }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 区域
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user