using System; namespace Zhaizj.Framework.ORM { /// /// 小型整数批注,标识此属性对应的数据列为小型整数 /// [Serializable, AttributeUsage( AttributeTargets.Property )] public class TinyIntAttribute : Attribute { } }