From 020f48adb61a0350924783c1b397bd381d20ddc8 Mon Sep 17 00:00:00 2001 From: 野心家 <1051256694@qq.com> Date: 星期四, 19 六月 2025 11:13:21 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/jxtlfwcs' into jxtlfwcs --- src/main/java/com/zy/core/netty/domain/fire/Fire_3030.java | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/core/netty/domain/fire/Fire_3030.java b/src/main/java/com/zy/core/netty/domain/fire/Fire_3030.java index e7ea5c6..14d48c6 100644 --- a/src/main/java/com/zy/core/netty/domain/fire/Fire_3030.java +++ b/src/main/java/com/zy/core/netty/domain/fire/Fire_3030.java @@ -5,6 +5,7 @@ import io.netty.buffer.ByteBufAllocator; import io.netty.buffer.ByteBufUtil; import lombok.Data; +import org.springframework.cache.annotation.SpringCacheAnnotationParser; /** * 蹇冭烦 pac @@ -14,7 +15,20 @@ @Data public class Fire_3030 implements IMessageBody { + /** + * 鏈哄櫒鍙� + */ private Integer no; + + /** + * 鍥炶矾 + */ + private Integer loop; + + /** + * 閮ㄤ綅鍙� + */ + private Integer partNo; private Integer year; @@ -57,6 +71,8 @@ // byteBuf.release(); // System.out.println(byteBuf.refCnt()); this.no = analyze(new byte[]{bytes[3], bytes[4]}); + this.loop = analyze(new byte[]{bytes[5], bytes[6]}); + this.partNo = analyze(new byte[]{bytes[7], bytes[8]}); //0100201 瀵瑰簲 30 31 0200201 瀵瑰簲 34 35 this.year = analyze(new byte[]{bytes[11], bytes[12]}); this.month = analyze(new byte[]{bytes[13], bytes[14]}); this.day = analyze(new byte[]{bytes[15], bytes[16]}); -- Gitblit v1.9.1