HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/CntrItemDetail.cs
@@ -16,6 +16,7 @@ public string S_SERIAL_NO { get; set; } public string S_ITEM_CODE { get; set; } public string S_ITEM_NAME { get; set; } = ""; // public string S_ITEM_SPEC { get; set; } public string S_ITEM_STATE { get; set; } = "合格"; /// <summary> @@ -33,6 +34,8 @@ public float F_QTY { get; set; } public string S_UOM { get; set; } = "kg"; public string S_CNTR_CODE { get; set; } //箱子型号用 public string S_BS_TYPE { get; set; } = ""; public string S_BS_NO { get; set; } = "";