This commit is contained in:
2024-10-29 10:31:47 +08:00
8 changed files with 55 additions and 16 deletions

View File

@@ -119,5 +119,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// 辅助属性
/// </summary>
public string auxprop_xph { get; set; }
public string udi_code { get; set; }
}
}

View File

@@ -135,5 +135,6 @@ public partial class WmsTransferInstockD : BaseEntity<string>
/// 辅助属性 小批号
/// </summary>
public string auxprop_xph { get; set; }
public string udi_code { get; set; }
}