mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
unit user test case
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OrmTest
|
||||
/// <summary>
|
||||
/// 容量或数量
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "容量或数量")]
|
||||
[SugarColumn(ColumnDescription = "容量或数量",Length =10,DecimalDigits =6)]
|
||||
public float Count { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user