fix comment

This commit is contained in:
Looly
2023-08-07 08:59:11 +08:00
parent e380ef4fda
commit 86fb2a6c6f

View File

@@ -50,6 +50,9 @@ public class Column implements Serializable, Cloneable {
* 大小或数据长度 * 大小或数据长度
*/ */
private long size; private long size;
/**
* 保留小数位数
*/
private Integer digit; private Integer digit;
/** /**
* 是否为可空 * 是否为可空