Revert "上传框架"

This reverts commit bcf39d525b.
This commit is contained in:
橙子
2021-10-12 13:45:24 +08:00
parent bcf39d525b
commit f35ca69550
14 changed files with 21 additions and 232 deletions

View File

@@ -17,6 +17,7 @@ namespace Yi.Framework.Model.Models
public string ip { get; set; }
public int? age { get; set; }
public string introduction { get; set; }
public ICollection<role> roles { get; set; }
}