Commit 25009ce4 by 陶然

NonClusteredIndex标签会在创建数据表时建立索引

parent 7724a15b
...@@ -11,7 +11,7 @@ namespace Kivii.Finances.Entities ...@@ -11,7 +11,7 @@ namespace Kivii.Finances.Entities
{ {
#region 关联信息,禁止更新 #region 关联信息,禁止更新
[ApiMember(Description = "结算Kvid")] [ApiMember(Description = "结算Kvid")]
[IgnoreUpdate] [IgnoreUpdate,NonClusteredIndex]//NonClusteredIndex标签会在创建数据表时建立索引
[Required] [Required]
public Guid SettlementKvid { get; set; } public Guid SettlementKvid { get; set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment