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; } }