摘要: vs中新建扩展项目 添加Command文件 修改command配置 IDM_VS_CTXT_ITEMNODE是将扩展添加到类文件右键菜单中。 右键点击后,会触发comman中的Execute方法 上面这张图是扩展包适用的目标visual studio 版本[16,17)适用于vs2019. 编译好扩 阅读全文
posted @ 2020-07-08 16:08 liuyong111 阅读(527) 评论(0) 推荐(0) 编辑
摘要: [Table("School")] public class School : Entity<int> { public string Name { get; set; } public virtual List<Student> Students { get; set; } } [Table("S 阅读全文
posted @ 2020-07-08 15:23 liuyong111 阅读(464) 评论(0) 推荐(0) 编辑
摘要: Abp级联查询,主要要设置主子表的外键关系。 [Table("School")] public class School : Entity<int> { public string Name { get; set; } public virtual List<Student> Students { 阅读全文
posted @ 2020-07-08 15:16 liuyong111 阅读(1311) 评论(0) 推荐(0) 编辑