SqlSugar/OrmTest/Models/ViewModelStudent.cs
sunkaixuan 1aa10dc302 -
2017-03-05 16:18:49 +08:00

13 lines
203 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.Models
{
public class ViewModelStudent:Student
{
}
}