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

This commit is contained in:
Looly
2023-11-04 11:13:54 +08:00
parent 0101ab5668
commit 7771091a22
2 changed files with 3 additions and 2 deletions

View File

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