kimi
2020-05-27 c007f0ca1785db093d48f4846cda82fe8e955765
src/main/java/com/highdatas/mdm/entity/TableSchemaResult.java
@@ -10,7 +10,16 @@
@Data
public class TableSchemaResult {
    /*
     * 字段名
     * */
    private String fieldName;
    /*
     * db类型
     * */
    private String dbType;
    /*
     * 长度
     * */
    private int  length;
}