Modifying Demo

This commit is contained in:
sunkaixuan
2023-11-06 08:07:42 +08:00
parent 7c9b702527
commit 4c71c5b798
187 changed files with 402 additions and 225 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; }
}
}