成品调拨入库规格型号

This commit is contained in:
2024-11-13 17:53:20 +08:00
parent ac3797e374
commit e7ceaef0a0
4 changed files with 80 additions and 3 deletions

View File

@@ -136,5 +136,9 @@ public partial class WmsTransferInstockD : BaseEntity<string>
/// </summary>
public string auxprop_xph { get; set; }
public string udi_code { get; set; }
/// <summary>
/// 物料规格
/// </summary>
public string material_specificatior { get; set; }
}