wms:agv: agv点位信息修改

This commit is contained in:
qianhao.xu
2024-03-29 14:43:15 +08:00
parent 5bbc99cb74
commit c4394798d7
2 changed files with 10 additions and 1 deletions

View File

@@ -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>