点这里进入ABP入门教程目录 创建控制器 在展示层(即JD.CRS.Web.Mvc)的Controllers下新建一个控制器CourseController.cs using Abp.Application.Services.Dto; using Abp.AspNetCore.Mvc.Authorization; using JD.CRS.Authorization; using JD.CRS.Controllers; using JD.CRS.Course; using JD.CRS.Web.…
using PWMIS.DataMap.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Web; using PWMIS.Common; namespace GoOver.Models { [Serializable()] public partial class Stu : EntityBase { public Stu() { TableName = "Stu&qu…
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using WindowsFormsApplication7.App_Code; namespace WindowsFormsApp…