From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- fanli/src/main/java/com/yeshi/fanli/vo/msg/CommonMsgItemVO.java | 100 +++++++++++++++++++++++++------------------------- 1 files changed, 50 insertions(+), 50 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/msg/CommonMsgItemVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/msg/CommonMsgItemVO.java index c3f707e..c75551c 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/msg/CommonMsgItemVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/msg/CommonMsgItemVO.java @@ -1,50 +1,50 @@ -package com.yeshi.fanli.vo.msg; - -import com.yeshi.common.vo.ClientTextStyleVO; - -import java.util.List; - -public class CommonMsgItemVO { - private ClientTextStyleVO title; - private List<ClientTextStyleVO> content; - private boolean click; - - public boolean isClick() { - return click; - } - - public void setClick(boolean click) { - this.click = click; - } - - public CommonMsgItemVO(ClientTextStyleVO title, List<ClientTextStyleVO> content) { - this.title = title; - this.content = content; - } - - public CommonMsgItemVO(ClientTextStyleVO title, List<ClientTextStyleVO> content, boolean click) { - this.title = title; - this.content = content; - this.click = click; - } - - public CommonMsgItemVO() { - } - - public ClientTextStyleVO getTitle() { - return title; - } - - public void setTitle(ClientTextStyleVO title) { - this.title = title; - } - - public List<ClientTextStyleVO> getContent() { - return content; - } - - public void setContent(List<ClientTextStyleVO> content) { - this.content = content; - } - -} +package com.yeshi.fanli.vo.msg; + +import com.yeshi.common.vo.ClientTextStyleVO; + +import java.util.List; + +public class CommonMsgItemVO { + private ClientTextStyleVO title; + private List<ClientTextStyleVO> content; + private boolean click; + + public boolean isClick() { + return click; + } + + public void setClick(boolean click) { + this.click = click; + } + + public CommonMsgItemVO(ClientTextStyleVO title, List<ClientTextStyleVO> content) { + this.title = title; + this.content = content; + } + + public CommonMsgItemVO(ClientTextStyleVO title, List<ClientTextStyleVO> content, boolean click) { + this.title = title; + this.content = content; + this.click = click; + } + + public CommonMsgItemVO() { + } + + public ClientTextStyleVO getTitle() { + return title; + } + + public void setTitle(ClientTextStyleVO title) { + this.title = title; + } + + public List<ClientTextStyleVO> getContent() { + return content; + } + + public void setContent(List<ClientTextStyleVO> content) { + this.content = content; + } + +} -- Gitblit v1.8.0