管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2022-12-23 80580b65be75b0ad876f8d0ca56fc7a64ba11b36
JavaCode/FrmMyBatisPlus.cs
@@ -333,8 +333,13 @@
        {
            switch (ti.type)
            {
                case "timestamptz":
                case "timestamp":
                    return "Timestamp";
                case "date":
                    return "LocalDate";
                case "time":
                    return "LocalTime";
                case "float4": // float
                    return "Float";
                case "float8": // double
@@ -348,7 +353,7 @@
                case "int2":
                case "int4": // int
                    return "Integer";
                default:
                default: // text, varchar
                    return "String";
            }
        }