From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/vo/user/UserDialogVO.java | 138 +++++++++++++++++++++++----------------------- 1 files changed, 69 insertions(+), 69 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/user/UserDialogVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/user/UserDialogVO.java index 7a260c3..c4d5fa1 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/user/UserDialogVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/user/UserDialogVO.java @@ -1,69 +1,69 @@ -package com.yeshi.fanli.vo.user; - -public class UserDialogVO { - private String id; - private boolean close; - private String title; - private String content; - private UserDialogBtnVO positive; - private UserDialogBtnVO negative; - - public UserDialogVO(String id, boolean close, String title, String content, UserDialogBtnVO positive, - UserDialogBtnVO negative) { - super(); - this.id = id; - this.close = close; - this.title = title; - this.content = content; - this.positive = positive; - this.negative = negative; - } - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public boolean isClose() { - return close; - } - - public void setClose(boolean close) { - this.close = close; - } - - public String getTitle() { - return title; - } - - public void setTitle(String title) { - this.title = title; - } - - public String getContent() { - return content; - } - - public void setContent(String content) { - this.content = content; - } - - public UserDialogBtnVO getPositive() { - return positive; - } - - public void setPositive(UserDialogBtnVO positive) { - this.positive = positive; - } - - public UserDialogBtnVO getNegative() { - return negative; - } - - public void setNegative(UserDialogBtnVO negative) { - this.negative = negative; - } -} +package com.yeshi.fanli.vo.user; + +public class UserDialogVO { + private String id; + private boolean close; + private String title; + private String content; + private UserDialogBtnVO positive; + private UserDialogBtnVO negative; + + public UserDialogVO(String id, boolean close, String title, String content, UserDialogBtnVO positive, + UserDialogBtnVO negative) { + super(); + this.id = id; + this.close = close; + this.title = title; + this.content = content; + this.positive = positive; + this.negative = negative; + } + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public boolean isClose() { + return close; + } + + public void setClose(boolean close) { + this.close = close; + } + + public String getTitle() { + return title; + } + + public void setTitle(String title) { + this.title = title; + } + + public String getContent() { + return content; + } + + public void setContent(String content) { + this.content = content; + } + + public UserDialogBtnVO getPositive() { + return positive; + } + + public void setPositive(UserDialogBtnVO positive) { + this.positive = positive; + } + + public UserDialogBtnVO getNegative() { + return negative; + } + + public void setNegative(UserDialogBtnVO negative) { + this.negative = negative; + } +} -- Gitblit v1.8.0