mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
-
This commit is contained in:
parent
32d2a8b4ee
commit
82b3f8085a
@ -86,6 +86,12 @@ namespace SqlSugar
|
||||
get { return _ColumnDataType; }
|
||||
set { _ColumnDataType = value; }
|
||||
}
|
||||
|
||||
private int? _DecimalDigits;
|
||||
private int? DecimalDigits {
|
||||
get { return _DecimalDigits; }
|
||||
set { _DecimalDigits = value; }
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user