更改数据库字段

This commit is contained in:
橙子
2021-10-20 15:40:19 +08:00
parent 4793297f5e
commit dcb51eb212
9 changed files with 329 additions and 31 deletions

View File

@@ -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; }