mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
fix comment
This commit is contained in:
parent
e380ef4fda
commit
86fb2a6c6f
@ -50,6 +50,9 @@ public class Column implements Serializable, Cloneable {
|
||||
* 大小或数据长度
|
||||
*/
|
||||
private long size;
|
||||
/**
|
||||
* 保留小数位数
|
||||
*/
|
||||
private Integer digit;
|
||||
/**
|
||||
* 是否为可空
|
||||
|
Loading…
Reference in New Issue
Block a user