1
zj
2024-08-09 6deb36a5b2ebbd3a02d834f74c578ecf44456e9b
websocketSerivce/src/main/java/org/example/pojo/bo/WsBo.java
@@ -26,7 +26,7 @@
    private String currency;
    //价差
    private double spread = 0;
    private double spread = 0.6;
    //最低金额
    private String minAmount;
@@ -40,6 +40,8 @@
    //过滤数据
    private String buyAndSell;
    private String uuid;
    //当前页
    private Integer current = 1;