mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-12 08:38:30 +08:00
commit
f3d63f85c3
@ -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…
Reference in New Issue
Block a user