转库类型等

This commit is contained in:
2024-09-20 11:42:59 +08:00
parent ab4eddc079
commit 9264556f49
5 changed files with 50 additions and 47 deletions

View File

@@ -112,6 +112,14 @@
/// 跨层外协件出入库
/// </summary>
public const string MATERIALTRANSFER_CROSSLAYER_CODE = "crosslayer";
/// <summary>
/// 包材出库
/// </summary>
public const string MATERIALTRANSFER_PACKING_CODE = "packing";
/// <summary>
/// 外协调拨出库
/// </summary>
public const string MATERIALTRANSFER_WXDBOUTWAREHOUSE_CODE = "wxdbOutWarehouse";
/// <summary>
/// 出入库单据状态TypeID

View File

@@ -129,10 +129,6 @@ public partial class WmsMaterialTransfer : BaseEntity<string>
/// </summary>
public string? erp_bill_code { get; set; }
/// <summary>
/// 转库类型(弃用)
/// </summary>
public string? transfer_type { get; set; }
/// <summary>
/// 主表主键