mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复Column.getDigit返回值错误问题
This commit is contained in:
@@ -258,7 +258,7 @@ public class Column implements Serializable, Cloneable {
|
||||
*
|
||||
* @return 大小或数据长度
|
||||
*/
|
||||
public int getDigit() {
|
||||
public Integer getDigit() {
|
||||
return digit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user