SqlSugar/OrmTest/Models/ViewModelStudent.cs

13 lines
203 B
C#
Raw Normal View History

2017-03-05 16:18:49 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.Models
{
public class ViewModelStudent:Student
{
}
}