|
|
@@ -1,6 +1,7 @@
|
|
|
package com.cyksj.model.views;
|
|
|
|
|
|
import com.cyksj.model.entity.GoodsDon;
|
|
|
+import com.ejlchina.searcher.bean.DbField;
|
|
|
import com.ejlchina.searcher.bean.DbIgnore;
|
|
|
import com.ejlchina.searcher.bean.SearchBean;
|
|
|
import lombok.Getter;
|
|
|
@@ -102,6 +103,18 @@ public class GoodsDonViews {
|
|
|
*/
|
|
|
private String payDesc;
|
|
|
|
|
|
+ /**
|
|
|
+ * 第三方兑换网址
|
|
|
+ */
|
|
|
+ @DbField("third_exchange_url")
|
|
|
+ private String thirdExchangeUrl;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 第三方购买链接
|
|
|
+ */
|
|
|
+ @DbField("third_party_purchase_url")
|
|
|
+ private String thirdPartyPurchaseUrl;
|
|
|
+
|
|
|
/**
|
|
|
* 特殊类型
|
|
|
*/
|
|
|
@@ -141,4 +154,4 @@ public class GoodsDonViews {
|
|
|
|
|
|
@DbIgnore
|
|
|
private OrderCommentFrontView comments;
|
|
|
-}
|
|
|
+}
|