调整出库申请,终止点位代码逻辑

This commit is contained in:
alex
2023-09-05 17:40:35 +08:00
parent 9fb0e0eba8
commit a6fdf64681
5 changed files with 71 additions and 6 deletions

View File

@@ -158,5 +158,16 @@ public partial class WmsOutstockH : BaseEntity<string>
/// 修改时间
/// </summary>
public DateTime modify_time { get; set; } = DateTime.Now;
/// <summary>
/// 工位Id
/// </summary>
public string station_id { get; set; }
/// <summary>
/// 工位编码
/// </summary>
public string station_code { get; set; }
/// <summary>
/// 载具Id
/// </summary>
public string carry_id { get; set; }
}