Add user test demo

This commit is contained in:
sunkaixuan
2024-05-20 14:17:36 +08:00
parent 907ce5bf68
commit 30c80aea90
3 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using OrmTest;
namespace SqlSeverTest.UserTestCases.Models
{
internal class Test1dto
{
public Unitaadfas1.Test3 Test3 { get; set; }
public long Guid { get; set; }
}
}