摘要:
vs中新建扩展项目 添加Command文件 修改command配置 IDM_VS_CTXT_ITEMNODE是将扩展添加到类文件右键菜单中。 右键点击后,会触发comman中的Execute方法 上面这张图是扩展包适用的目标visual studio 版本[16,17)适用于vs2019. 编译好扩 阅读全文
posted @ 2020-07-08 16:08
liuyong111
阅读(571)
评论(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
阅读(507)
评论(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
阅读(1437)
评论(0)
推荐(0)

浙公网安备 33010602011771号