添加用户简介
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -16,9 +16,7 @@ namespace Yi.Framework.Model.Models
|
|||||||
this.IsDeleted = false;
|
this.IsDeleted = false;
|
||||||
this.CreateTime = DateTime.Now;
|
this.CreateTime = DateTime.Now;
|
||||||
}
|
}
|
||||||
|
[JsonConverter(typeof(ValueToStringConverter))]
|
||||||
|
|
||||||
[Newtonsoft.Json.JsonConverter(typeof(ValueToStringConverter))]
|
|
||||||
[SugarColumn(ColumnName="Id" ,IsPrimaryKey = true )]
|
[SugarColumn(ColumnName="Id" ,IsPrimaryKey = true )]
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -106,5 +104,10 @@ namespace Yi.Framework.Model.Models
|
|||||||
///</summary>
|
///</summary>
|
||||||
[SugarColumn(ColumnName="Phone" )]
|
[SugarColumn(ColumnName="Phone" )]
|
||||||
public string Phone { get; set; }
|
public string Phone { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
///
|
||||||
|
///</summary>
|
||||||
|
[SugarColumn(ColumnName="Introduction" )]
|
||||||
|
public string Introduction { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user