摘要: using System.Data.Entity.Infrastructure; using System.Threading.Tasks; /// /// EF扩展 /// public static class EFExtensions { /// /// 更新实体根据字段 /// //... 阅读全文
posted @ 2017-09-14 12:51 用友U8二次开发 阅读(537) 评论(0) 推荐(0)
摘要: public static class ModelStateExtensions { /// /// 获取model验证错误信息 /// /// /// public static string ExpendErrors(this System.Web.Mvc.Controller c... 阅读全文
posted @ 2017-09-14 11:42 用友U8二次开发 阅读(583) 评论(0) 推荐(0)