This commit is contained in:
@@ -15,7 +15,8 @@ namespace Dilon.Core
|
||||
/// 父Id
|
||||
/// </summary>
|
||||
[Comment("父Id")]
|
||||
public long Pid { get; set; }
|
||||
[Column("父Id", TypeName = "varchar(36)")]
|
||||
public string Pid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 父Ids
|
||||
|
||||
Reference in New Issue
Block a user