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/msg/MsgOtherGiveContentDTO.java | 129 ++++++++++++++++++++++-------------------- 1 files changed, 68 insertions(+), 61 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgOtherGiveContentDTO.java b/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgOtherGiveContentDTO.java index 67b04b4..d1b4847 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgOtherGiveContentDTO.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgOtherGiveContentDTO.java @@ -1,61 +1,68 @@ -package com.yeshi.fanli.dto.msg; - -/** - * 鍏朵粬娑堟伅閲岄潰鐨勬窐绀奸噾鐩稿叧鐨勫唴瀹� - * - * @author Administrator - * - */ -public class MsgOtherGiveContentDTO { - - // 鍒� - public final static String TYEP_COUPON = "coupon"; - // 绾㈠寘 - public final static String TYEP_TLJ = "taolijin"; - - private String type; //璧犻�佺被鍒� 鍒革細 coupon; 鎺ㄥ箍绾㈠寘锛� taoLiJin - private String title; // 鏍囬 - private String giveType; //璧犻�佺被鍒� - private String receiveInfo; // 棰嗗彇浜轰俊鎭� - private String giveTime; // 璧犻�佹椂闂� - private String receiveTime;// 棰嗗彇鏃堕棿 - - - public String getGiveType() { - return giveType; - } - public void setGiveType(String giveType) { - this.giveType = giveType; - } - public String getReceiveInfo() { - return receiveInfo; - } - public void setReceiveInfo(String receiveInfo) { - this.receiveInfo = receiveInfo; - } - public String getGiveTime() { - return giveTime; - } - public void setGiveTime(String giveTime) { - this.giveTime = giveTime; - } - public String getReceiveTime() { - return receiveTime; - } - public void setReceiveTime(String receiveTime) { - this.receiveTime = receiveTime; - } - - public String getType() { - return type; - } - public void setType(String type) { - this.type = type; - } - public String getTitle() { - return title; - } - public void setTitle(String title) { - this.title = title; - } -} +package com.yeshi.fanli.dto.msg; + +/** + * 鍏朵粬娑堟伅閲岄潰鐨勬窐绀奸噾鐩稿叧鐨勫唴瀹� + * + * @author Administrator + * + */ +public class MsgOtherGiveContentDTO { + + // 鍒� + public final static String TYEP_COUPON = "coupon"; + // 绾㈠寘 + public final static String TYEP_TLJ = "taolijin"; + + private String type; //璧犻�佺被鍒� 鍒革細 coupon; 鎺ㄥ箍绾㈠寘锛� taoLiJin + private String title; // 鏍囬 + private String giveType; //璧犻�佺被鍒� + private String receiveInfo; // 棰嗗彇浜轰俊鎭� + private String giveTime; // 璧犻�佹椂闂� + private String receiveTime;// 棰嗗彇鏃堕棿 + private String returnTime;// 閫�鍥炴椂闂� 锛� 閫�鍥炴椂闂翠笉鑳戒负绌哄垯鏄��鍥� 鍚﹀垯鏄鍙栨垚鍔� + + + public String getGiveType() { + return giveType; + } + public void setGiveType(String giveType) { + this.giveType = giveType; + } + public String getReceiveInfo() { + return receiveInfo; + } + public void setReceiveInfo(String receiveInfo) { + this.receiveInfo = receiveInfo; + } + public String getGiveTime() { + return giveTime; + } + public void setGiveTime(String giveTime) { + this.giveTime = giveTime; + } + public String getReceiveTime() { + return receiveTime; + } + public void setReceiveTime(String receiveTime) { + this.receiveTime = receiveTime; + } + + public String getType() { + return type; + } + public void setType(String type) { + this.type = type; + } + public String getTitle() { + return title; + } + public void setTitle(String title) { + this.title = title; + } + public String getReturnTime() { + return returnTime; + } + public void setReturnTime(String returnTime) { + this.returnTime = returnTime; + } +} -- Gitblit v1.8.0