燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2024-11-13 2f55cebbad3dea187a5f91d16ec80a9677dab699
src/main/java/com/yssh/entity/SuYuan700.java
@@ -1,16 +1,12 @@
package com.yssh.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
 * 溯源700表
 * @author www
 * @date 2023-06-23
 */
@Data
public class SuYuan700 implements Serializable {
    private static final long serialVersionUID = 2023062302487367361L;
@@ -19,7 +15,7 @@
    private Long id;
    @ApiModelProperty(value = "溯源ID")
    private String su_yuan_id;
    private String suYuanId;
    @ApiModelProperty(value = "地址1")
    private String addr1;
@@ -58,6 +54,7 @@
    private Double y3;
    @ApiModelProperty(value = "时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date createTime;
    public SuYuan700() {
@@ -71,12 +68,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() {