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