mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Add user case test
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
[SqlSugar.SugarColumn(ColumnDataType = "varchar(20)", SqlParameterDbType = typeof(Uinitadfa22122XConvert), IsNullable = true)]
|
[SqlSugar.SugarColumn(ColumnDataType = "varchar(20)", SqlParameterDbType = System.Data.DbType.AnsiString, IsNullable = true)]
|
||||||
public string EnumValue { get; set; }
|
public string EnumValue { get; set; }
|
||||||
}
|
}
|
||||||
public class Uinitadfa22122XConvert : ISugarDataConverter
|
public class Uinitadfa22122XConvert : ISugarDataConverter
|
||||||
|
Reference in New Issue
Block a user