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 "四至坐标值不能为空";