mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-11 20:19:27 +08:00
更改数据库字段
This commit is contained in:
@@ -17,6 +17,9 @@ namespace Yi.Framework.Model.Models
|
||||
public string ip { get; set; }
|
||||
public int? age { get; set; }
|
||||
public string introduction { get; set; }
|
||||
public string address { get; set; }
|
||||
public int? phone { get; set; }
|
||||
|
||||
|
||||
public ICollection<role> roles { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user