This commit is contained in:
sunkaixuan
2017-03-05 16:18:49 +08:00
parent 7a03e52621
commit 1aa10dc302
21 changed files with 167 additions and 93 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.Models
{
public class ViewModelStudent:Student
{
}
}