From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 26 四月 2024 18:02:17 +0800 Subject: [PATCH] 唯品会链接解析升级 --- fanli/src/main/java/com/yeshi/fanli/dto/mq/BaseMQMsgBody.java | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/mq/BaseMQMsgBody.java b/fanli/src/main/java/com/yeshi/fanli/dto/mq/BaseMQMsgBody.java index 5ee8021..ef9a6e5 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/mq/BaseMQMsgBody.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/mq/BaseMQMsgBody.java @@ -1,19 +1,19 @@ -package com.yeshi.fanli.dto.mq; - -import com.yeshi.fanli.util.Constant; - -public abstract class BaseMQMsgBody { - private boolean test;// 鏄惁鏄祴璇� - - public BaseMQMsgBody() { - this.test = Constant.IS_TEST; - } - - public boolean isTest() { - return test; - } - - public void setTest(boolean test) { - this.test = test; - } -} +package com.yeshi.fanli.dto.mq; + +import com.yeshi.fanli.util.Constant; + +public class BaseMQMsgBody { + private boolean test;// 鏄惁鏄祴璇� + + public BaseMQMsgBody() { + this.test = Constant.IS_TEST; + } + + public boolean isTest() { + return test; + } + + public void setTest(boolean test) { + this.test = test; + } +} -- Gitblit v1.8.0