´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_ReceiveOrderDetail.cs
@@ -107,7 +107,13 @@ /// <summary> /// ç©æè§æ ¼ /// </summary> [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "ç©æè§æ ¼")] [SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "ç©æè§æ ¼")] public string MaterielSpec { get; set; } /// <summary> /// æ£éªä¸åæ ¼æ è¯ /// </summary> [SugarColumn(IsNullable = true, ColumnDescription = "æ£éªä¸åæ ¼æ è¯")] public int IsCheckOk { get; set; } } }