mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add method
This commit is contained in:
@@ -377,4 +377,9 @@ public class Column implements Serializable, Cloneable {
|
||||
public String toString() {
|
||||
return "Column [tableName=" + tableName + ", name=" + name + ", type=" + type + ", size=" + size + ", isNullable=" + isNullable + "]";
|
||||
}
|
||||
|
||||
@Override
|
||||
public Column clone() throws CloneNotSupportedException {
|
||||
return (Column) super.clone();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user