月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-13 a088987e7ab7005db1bb1da61dfc0cf420e02d78
src/main/java/com/moon/server/entity/shujian/LayerResultEntity.java
@@ -2,12 +2,7 @@
import java.io.Serializable;
/**
 * 数简.创建图层-结果类
 * @author WWW
 * @date 2023-08-31
 */
@SuppressWarnings("AlibabaLowerCamelCaseVariableNaming")
@SuppressWarnings("ALL")
public class LayerResultEntity implements Serializable {
    private static final long serialVersionUID = -1916127613292276655L;
@@ -18,7 +13,7 @@
    private String command;
    public LayerResultEntity() {
        result = new Result();
        this.result = new Result();
    }
    public class Result {