init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Zhaizj.Framework.ORM {
|
||||
|
||||
/// <summary>
|
||||
/// 小型整数批注,标识此属性对应的数据列为小型整数
|
||||
/// </summary>
|
||||
[Serializable, AttributeUsage( AttributeTargets.Property )]
|
||||
public class TinyIntAttribute : Attribute {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user