This commit is contained in:
Xy
2021-04-23 11:08:31 +00:00
parent a37d153e5d
commit 3e8600ef77
5 changed files with 10 additions and 10 deletions

View File

@@ -15,13 +15,13 @@ namespace Dilon.Core
/// 父Id
/// </summary>
[Comment("父Id")]
[Column("父Id", TypeName = "varchar(36)")]
[Column("Pid", TypeName = "varchar(36)")]
public string Pid { get; set; }
/// <summary>
/// 父Ids
/// </summary>
[Comment("父Ids")]
[Comment("Pids")]
public string Pids { get; set; }
/// <summary>