mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Add user test demo
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using OrmTest;
|
||||
|
||||
namespace SqlSeverTest.UserTestCases.Models
|
||||
{
|
||||
internal class Test1dto
|
||||
{
|
||||
public Unitaadfas1.Test3 Test3 { get; set; }
|
||||
public long Guid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user