摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Model; using Dapper; using S 阅读全文
posted @ 2020-07-08 14:36 小马の 阅读(190) 评论(0) 推荐(0)
摘要: --创建数据库 create database Month01 go use Month01 --创建班级表 create table BanJi ( BId int identity primary key, --班级编号 BName varchar(20), --班级名称 ) --添加数据 in 阅读全文
posted @ 2020-07-08 11:24 小马の 阅读(145) 评论(0) 推荐(0)