ICode9

精准搜索请尝试: 精确搜索
  • 联表查询2022-08-24 14:04:14

    用到的几个实体类 使用 CodeFirst 创建表 public class Custom { [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] public int Id { get; set; } public string Name { get; set; } } public class Order {

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有