init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
namespace Zhaizj.Framework.ORM {
|
||||
|
||||
/// <summary>
|
||||
/// 缓存批注的接口
|
||||
/// </summary>
|
||||
public interface ICacheAttribute {
|
||||
|
||||
String TargetPropertyName { get; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user