Merge branch 'main' into ec

This commit is contained in:
lzw
2021-11-06 17:17:16 +08:00
27 changed files with 303 additions and 918 deletions

View File

@@ -15,6 +15,9 @@ namespace Yi.Framework.Model.Models
public List<menu> children { get; set; }
public List<role> roles { get; set; }
public mould mould { get; set; }
}
}

View File

@@ -13,5 +13,6 @@ namespace Yi.Framework.Model.Models
public List<menu> menus { get; set; }
public List<user> users { get; set; }
}
}

View File

@@ -18,7 +18,7 @@ namespace Yi.Framework.Model.Models
public int? age { get; set; }
public string introduction { get; set; }
public string address { get; set; }
public int? phone { get; set; }
public string phone { get; set; }
public List<role> roles { get; set; }