修复Column.getDigit返回值错误问题

This commit is contained in:
Looly 2023-11-04 11:14:04 +08:00
parent 46ce098add
commit 1f01537016

View File

@ -273,7 +273,7 @@ public class Column implements Serializable, Cloneable {
*
* @return 大小或数据长度
*/
public int getDigit() {
public Integer getDigit() {
return digit;
}