From 3cf13ad3251d86fa4025e4a248f600c6b56c7e8f Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期六, 12 十月 2024 17:11:45 +0800 Subject: [PATCH] 江海协议相关完善代码 --- pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/upVos/DataCd51Vo.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/upVos/DataCd51Vo.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/upVos/DataCd51Vo.java index 6318537..b255ce4 100644 --- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/upVos/DataCd51Vo.java +++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/upVos/DataCd51Vo.java @@ -21,4 +21,15 @@ return sb.toString() ; } + + + public String comLog(){ + StringBuilder sb = new StringBuilder() ; + sb.append("鏌ヨ缁堢鏃堕挓鍛戒护鍥炲:\n"); + sb.append(" 鏃堕挓锛�"); + sb.append(rtuDt); + sb.append("\n"); + return sb.toString() ; + } + } \ No newline at end of file -- Gitblit v1.8.0