mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update unit test
This commit is contained in:
38
Src/Asp.Net/SqliteTest/UnitTest/Models/ExToCon.cs
Normal file
38
Src/Asp.Net/SqliteTest/UnitTest/Models/ExToCon.cs
Normal file
@@ -0,0 +1,38 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace F9.DataEntity.Entity
|
||||
{
|
||||
///<summary>
|
||||
///
|
||||
///</summary>
|
||||
public partial class ExToCon
|
||||
{
|
||||
public ExToCon(){
|
||||
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// Desc:
|
||||
/// Default:
|
||||
/// Nullable:False
|
||||
/// </summary>
|
||||
public string Id {get;set;}
|
||||
|
||||
/// <summary>
|
||||
/// Desc:
|
||||
/// Default:
|
||||
/// Nullable:False
|
||||
/// </summary>
|
||||
public string ExId {get;set;}
|
||||
|
||||
/// <summary>
|
||||
/// Desc:
|
||||
/// Default:
|
||||
/// Nullable:False
|
||||
/// </summary>
|
||||
public string LcId {get;set;}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user