现场PBL修改后代码提交

This commit is contained in:
2024-11-13 15:53:15 +08:00
parent 4fcad8a63e
commit 368941225e
14 changed files with 319 additions and 188 deletions

View File

@@ -39,6 +39,8 @@ namespace DOAN.Model.PBL.Dto
public string MirrorbodyCode { get; set; }
public string Version { get; set; }
public string CreatedBy { get; set; }
public DateTime? CreatedTime { get; set; }

View File

@@ -31,7 +31,13 @@ namespace DOAN.Model.PBL
[SugarColumn(ColumnName = "shelf_code")]
public string ShelfCode { get; set; }
/// <summary>
/// 层号
/// </summary>
[SugarColumn(ColumnName = "layer_num")]
public int LayerNum { get; set; }
/// <summary>
/// 操作者
/// </summary>