using System; namespace Zhaizj.Framework.ORM { /// /// 长文本批注,标识此属性对应的数据列允许接受长文本字符串 /// [Serializable, AttributeUsage( AttributeTargets.Property )] public class LongTextAttribute : Attribute { } }