mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix(db): sync type
This commit is contained in:
parent
6a0f237a0e
commit
221a927a30
@ -232,7 +232,7 @@ public class Column implements Serializable, Cloneable {
|
||||
* @param digit 小数位数
|
||||
* @return this
|
||||
*/
|
||||
public Column setDigit(final int digit) {
|
||||
public Column setDigit(final Integer digit) {
|
||||
this.digit = digit;
|
||||
return this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user