燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-06-09 702c1a3cf8112e610c5b3d62fc0b36b600b9f75c
src/main/java/com/yssh/entity/SuYuan700.java
@@ -1,5 +1,6 @@
package com.yssh.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -19,7 +20,7 @@
    private Long id;
    @ApiModelProperty(value = "溯源ID")
    private String su_yuan_id;
    private String suYuanId;
    @ApiModelProperty(value = "地址1")
    private String addr1;
@@ -58,6 +59,7 @@
    private Double y3;
    @ApiModelProperty(value = "时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date createTime;
    public SuYuan700() {
@@ -71,12 +73,12 @@
        this.id = id;
    }
    public String getSu_yuan_id() {
        return su_yuan_id;
    public String getSuYuanId() {
        return suYuanId;
    }
    public void setSu_yuan_id(String su_yuan_id) {
        this.su_yuan_id = su_yuan_id;
    public void setSuYuanId(String suYuanId) {
        this.suYuanId = suYuanId;
    }
    public String getAddr1() {