|
|
@@ -37,6 +37,9 @@ public class CommonUpload implements Serializable {
|
|
|
@TableField("new_file_name")
|
|
|
private String newFileName;
|
|
|
|
|
|
+ @TableField("file_type")
|
|
|
+ private Integer fileType;
|
|
|
+
|
|
|
@TableField("file_type_str")
|
|
|
private String fileTypeStr;
|
|
|
|
|
|
@@ -62,13 +65,13 @@ public class CommonUpload implements Serializable {
|
|
|
@TableField("unzip_path")
|
|
|
private String unzipPath;
|
|
|
|
|
|
- @TableField("file_type")
|
|
|
- private Integer fileType;
|
|
|
-
|
|
|
@TableField("wgs84")
|
|
|
private String wgs84;
|
|
|
|
|
|
@TableField("gcj02")
|
|
|
private String gcj02;
|
|
|
|
|
|
+ @TableField("use_type")
|
|
|
+ private String useType;
|
|
|
+
|
|
|
}
|