mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-13 13:09:29 +08:00
Merge branch 'main' into ec
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,5 +13,6 @@ namespace Yi.Framework.Model.Models
|
||||
|
||||
|
||||
public List<menu> menus { get; set; }
|
||||
public List<user> users { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user