上传框架

This commit is contained in:
lzw
2021-10-12 12:50:52 +08:00
parent 9cf6e29e02
commit bcf39d525b
14 changed files with 232 additions and 21 deletions

View File

@@ -17,7 +17,6 @@ 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; }
}