Update dataType
This commit is contained in:
@@ -15,6 +15,18 @@ namespace Ewide.Core
|
||||
[Comment("字典类型表")]
|
||||
public class SysDictType : DEntityBase, IEntityTypeBuilder<SysDictType>
|
||||
{
|
||||
/// <summary>
|
||||
/// 父Id
|
||||
/// </summary>
|
||||
[Comment("父Id")]
|
||||
[Column("Pid", TypeName = "varchar(36)")]
|
||||
public string Pid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 父Ids
|
||||
/// </summary>
|
||||
[Comment("父Ids")]
|
||||
public string Pids { get; set; }
|
||||
/// <summary>
|
||||
/// 名称
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user