|
@@ -16,6 +16,11 @@ import java.math.BigDecimal;
|
|
@Data
|
|
@Data
|
|
public class TopologicalWdAceeptVo implements Serializable {
|
|
public class TopologicalWdAceeptVo implements Serializable {
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 网点Id
|
|
|
|
+ */
|
|
|
|
+ private String wdId;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 中心点半径范围
|
|
* 中心点半径范围
|
|
*/
|
|
*/
|
|
@@ -51,6 +56,7 @@ public class TopologicalWdAceeptVo implements Serializable {
|
|
stringBuilder.append(radius);
|
|
stringBuilder.append(radius);
|
|
stringBuilder.append(pageSize);
|
|
stringBuilder.append(pageSize);
|
|
stringBuilder.append(pageNum);
|
|
stringBuilder.append(pageNum);
|
|
|
|
+ stringBuilder.append(wdId);
|
|
|
|
|
|
String s = stringBuilder.toString();
|
|
String s = stringBuilder.toString();
|
|
String md5 = HashUtil.hash(s, "MD5");
|
|
String md5 = HashUtil.hash(s, "MD5");
|