2014年4月30日

用基类接品,泛型抽象类,抽象方法实现代码复用

摘要: 1、定义一个基类接口public interface IBaseEntity{/// 最后操作人编码 string LastOperatorCode { get; set; }/// 最后操作人 string LastOperator { get; set; }/// 最后操作时间 DateT... 阅读全文

posted @ 2014-04-30 17:36 肖恩__劉 阅读(2557) 评论(0) 推荐(0)

导航