摘要: 1、Core层: User.cs 实体类中,重写EmailAddress设置可为空类型; [Required(AllowEmptyStrings = true)] //允许空字符串 public override string EmailAddress { get; set; } 2、Applica 阅读全文
posted @ 2020-08-02 17:58 林小强 阅读(978) 评论(0) 推荐(0)