fix: 优化字段类型
This commit is contained in:
parent
dc61620464
commit
6908966271
@ -220,7 +220,7 @@ public class SdAiboxBH implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 植被覆盖类型
|
* 植被覆盖类型
|
||||||
*/
|
*/
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 植被覆盖调查时间
|
* 植被覆盖调查时间
|
||||||
|
|||||||
@ -230,7 +230,7 @@ public class SdArtsgBH implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 植被覆盖类型
|
* 植被覆盖类型
|
||||||
*/
|
*/
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 植被覆盖调查时间
|
* 植被覆盖调查时间
|
||||||
|
|||||||
@ -313,7 +313,7 @@ public class SdDwBH implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 植被覆盖类型
|
* 植被覆盖类型
|
||||||
*/
|
*/
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 植被覆盖调查时间
|
* 植被覆盖调查时间
|
||||||
|
|||||||
@ -268,7 +268,7 @@ public class SdEqBH implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 植被覆盖类型
|
* 植被覆盖类型
|
||||||
*/
|
*/
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 植被覆盖调查时间
|
* 植被覆盖调查时间
|
||||||
|
|||||||
@ -189,7 +189,7 @@ public class SdOpinfoBH implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
@ -114,7 +114,7 @@ public class SdOtteBH implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
@ -116,7 +116,7 @@ public class SdOtweBH implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
@ -105,7 +105,7 @@ public class SdSonarBH implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
@ -112,7 +112,7 @@ public class SdTeBH implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
@ -118,7 +118,7 @@ public class SdVaBH implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
@ -186,7 +186,7 @@ public class SdVdinfoB implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
@ -119,7 +119,7 @@ public class SdVpBH implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
@ -109,7 +109,7 @@ public class SdWeBH implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
@ -113,7 +113,7 @@ public class SdWqBH implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
@ -125,7 +125,7 @@ public class SdWtBH implements Serializable {
|
|||||||
|
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
private BigDecimal vlsr;
|
private String vlsr;
|
||||||
|
|
||||||
@TableField("VLSR_TM")
|
@TableField("VLSR_TM")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user