This commit is contained in:
2023-07-03 09:00:40 +08:00
6 changed files with 68 additions and 15 deletions

View File

@@ -188,6 +188,10 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 条码打印状态-已完成
/// </summary>
public const string BARCODE_PRINT_STATUS_COMPLETE_ID = "26191372853541";
/// <summary>
/// 载具规格-料架
/// </summary>
public const string CARRY_LJSTD_ID = "26037267399717";
}
}

View File

@@ -49,11 +49,6 @@ public partial class WmsCarrybindCode : BaseEntity<string>
/// </summary>
public decimal? codeqty { get; set; }
/// <summary>
/// 行号
/// </summary>
public int? no { get; set; }
/// <summary>
/// 子载具ID
/// </summary>