当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

摘要: using System; using System.Data.Objects.DataClasses; using System.Reflection; static public void AutoMapping<S, T>(S s, T t) { PropertyInfo[] pps = s. 阅读全文
posted @ 2020-12-02 17:48 hofmann 阅读(631) 评论(0) 推荐(0)