mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
-
This commit is contained in:
@@ -86,6 +86,12 @@ namespace SqlSugar
|
||||
get { return _ColumnDataType; }
|
||||
set { _ColumnDataType = value; }
|
||||
}
|
||||
|
||||
private int? _DecimalDigits;
|
||||
private int? DecimalDigits {
|
||||
get { return _DecimalDigits; }
|
||||
set { _DecimalDigits = value; }
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user