HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP/models/ItemBarcodeInfo.cs
@@ -25,9 +25,6 @@ public string BOM3 { get; set; } public string S_FOVRAGE { get; set; } // 是否过期 是否过期(null 或 空 默认 否) Y/N public string S_JDGE { get; set; } // 质检状态 public string S_WMS_JDGE { get; set; } // 反馈wms质检状态 public DateTime EFFECTIVE_TIME { get; set; } // 生效时间 public DateTime EXPIRATION_TIME { get; set; } // 失效时间 public DateTime LAST_MODIFY_TIME { get; set; } // 最后修改时间 public string LAST_MODIFY_TIME { get; set; } // 最后修改时间 } }