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