Update Demo

This commit is contained in:
sunkaixuan
2019-05-09 17:55:11 +08:00
parent 1f95424465
commit 617a6013f6
6 changed files with 66 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class ViewOrder:Order
{
public string CustomName { get; set; }
}
}