摘要: 遍历实体如果类型是Decimal则内容相加 T_Odds t_Odds = new T_Odds(); t_Odds.Ren1_Odds = 1m; PropertyInfo[] propertys = t_Odds.GetType().GetProperties(); decimal count = 0m; ... 阅读全文
posted @ 2017-12-07 15:47 yubulen 阅读(146) 评论(0) 推荐(0) 编辑