mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
调整 OraclePrimaryKeyName 特性
This commit is contained in:
@ -1,17 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace FreeSql.DataAnnotations
|
||||
{
|
||||
public class OraclePrimaryKeyNameAttribute : Attribute
|
||||
{
|
||||
public OraclePrimaryKeyNameAttribute(string name)
|
||||
{
|
||||
this.Name = name;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 主键名
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user