调整出库代码,出库签收代码

This commit is contained in:
alex
2023-07-12 16:03:38 +08:00
parent afb9784735
commit fed352fbca
5 changed files with 23 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
/// 载具ID
/// </summary>
public string carryId { get; set; }
public string carry_code { get; set; }
public string new_carry_code { get; set; }