src/main/java/com/xcong/excoin/websocket/fish/model/MsgModel.java
@@ -26,9 +26,15 @@ */ private Long memberId; public MsgModel(BigDecimal consume, int obtain, Long memberId) { /** * 大炮编码 */ private String fortCode; public MsgModel(BigDecimal consume, int obtain, Long memberId, String fortCode) { this.consume = consume; this.obtain = obtain; this.memberId = memberId; this.fortCode = fortCode; } }