摘要: 一、在Models中创建实体类 1、需要引用 using System.ComponentModel.DataAnnotations;using System.ComponentModel.DataAnnotations.Schema; 2、在类中写下自己需要的字段 1)、主表 /// <summa 阅读全文
posted @ 2021-07-15 21:10 疾风回荡寻真途 阅读(590) 评论(1) 推荐(0)