06 2021 档案

摘要:有个对象ApplicationUser,结构如下: public class ApplicationUser { public Guid SubjectId { get; set; } public string Username { get; set; } } 现在代码里面有个List<Appli 阅读全文
posted @ 2021-06-01 16:13 DarryRing 阅读(226) 评论(0) 推荐(0)