using System; namespace CB.TVUCenter.View { /// /// 实体Entity抽象基类 /// public class ViewEntity { public override string ToString() { return ""; } } }