mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-07 06:07:59 +08:00
10 lines
202 B
C#
10 lines
202 B
C#
using OrmTest;
|
|
|
|
namespace SqlSeverTest.UserTestCases.Models
|
|
{
|
|
internal class Test1dto
|
|
{
|
|
public Unitaadfas1.Test3 Test3 { get; set; }
|
|
public long Guid { get; set; }
|
|
}
|
|
} |