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 LongTextAttribute : Attribute {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user