mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -50,6 +50,9 @@ public class Column implements Serializable, Cloneable {
|
|||||||
* 大小或数据长度
|
* 大小或数据长度
|
||||||
*/
|
*/
|
||||||
private long size;
|
private long size;
|
||||||
|
/**
|
||||||
|
* 保留小数位数
|
||||||
|
*/
|
||||||
private Integer digit;
|
private Integer digit;
|
||||||
/**
|
/**
|
||||||
* 是否为可空
|
* 是否为可空
|
||||||
|
Reference in New Issue
Block a user