mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
修复Column.getDigit返回值错误问题
This commit is contained in:
parent
46ce098add
commit
1f01537016
@ -273,7 +273,7 @@ public class Column implements Serializable, Cloneable {
|
||||
*
|
||||
* @return 大小或数据长度
|
||||
*/
|
||||
public int getDigit() {
|
||||
public Integer getDigit() {
|
||||
return digit;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user