摘要: 1、Data Annotation把配置以特性(Annotation)的形式标注在实体类中[Table("T_Dogs")]public class Dog{ public int Id { get; set; } [Required] [MaxLength(22)] public string N 阅读全文
posted @ 2022-06-09 19:54 算盘 阅读(112) 评论(0) 推荐(0)