init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Zhaizj.Framework.ORM {
|
||||
|
||||
/// <summary>
|
||||
/// ORM在保存数据的时候,会忽略打上 NotSave 批注的属性
|
||||
/// </summary>
|
||||
[Serializable, AttributeUsage( AttributeTargets.Property | AttributeTargets.Class )]
|
||||
public class NotSaveAttribute : Attribute {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user