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