月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-11 fee67ca8a0760315047a52fc4101a8f4f80b7a7f
src/main/java/com/moon/server/entity/ctrl/DownloadTileEntity.java
@@ -5,10 +5,7 @@
import java.io.Serializable;
/**
 * 下载瓦片实体类
 * @author WWW
 */
@SuppressWarnings("ALL")
public class DownloadTileEntity extends AbstractPwdEntity implements Serializable {
    private static final long serialVersionUID = -229710198271495902L;
@@ -27,9 +24,6 @@
    public DownloadTileEntity() {
    }
    /**
     * 验证坐标
     */
    public String verifyCoords() {
        if (null == xmin || null == ymin || null == xmax || null == ymax) {
            return "四至坐标值不能为空";