mirror of
https://gitee.com/dromara/hutool.git
synced 2025-07-15 05:13:18 +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…
Reference in New Issue
Block a user