LiXiang98

导航

 

2023年11月30日

摘要: var shipmentColumnNames = new List<string>(); var shipmentColumnNames = new List<string>(); var shipmentPropNames = new List<string>();var props = typ 阅读全文
posted @ 2023-11-30 17:45 LiXiang98 阅读(73) 评论(0) 推荐(0)
 
摘要: p.SetValue(result, p.PropertyType.Name.Contains("Nullable") ? Convert.ChangeType(cell.GetValue<object>(), Nullable.GetUnderlyingType(p.PropertyType)) 阅读全文
posted @ 2023-11-30 17:37 LiXiang98 阅读(76) 评论(0) 推荐(0)