月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-11 9ba86955948dff0655ce7f028beddfdce2bad0b4
src/main/java/com/moon/server/entity/data/AnalysisResultEntity.java
@@ -21,6 +21,10 @@
    private Double max;
    private int code;
    private String info;
    public String getLayerName() {
        return layerName;
    }
@@ -52,4 +56,20 @@
    public void setMax(Double max) {
        this.max = max;
    }
    public int getCode() {
        return code;
    }
    public void setCode(int code) {
        this.code = code;
    }
    public String getInfo() {
        return info;
    }
    public void setInfo(String info) {
        this.info = info;
    }
}