xiaoyong931011
2021-12-07 37518c255d676f17e661dfdfd6152de3405f7dcd
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;
    }
}