| | |
| | |
|
| | | @Map("share_goods_page_path")
|
| | | private String shareGoodsPagePath;
|
| | | |
| | | @Map("share_goods_page_path_jd")
|
| | | private String shareGoodsPagePathJD;
|
| | | |
| | | @Map("share_goods_page_path_pdd")
|
| | | private String shareGoodsPagePathPDD;
|
| | |
|
| | | @Map("app_shareinfo_url")
|
| | | private String appShareInfoUrl;
|
| | |
|
| | | @Map("base_user_rank_icon_url")
|
| | | private String baseUserRankIconUrl;
|
| | | |
| | |
|
| | | @Map("ios_push_certificate_pwd")
|
| | | private String iosPushCertificatePwd;
|
| | |
|
| | | @Map("extract_notify_url")
|
| | | private String extractNotifyUrl;
|
| | |
|
| | | public String getExtractNotifyUrl() {
|
| | | return extractNotifyUrl;
|
| | | }
|
| | |
|
| | | public void setExtractNotifyUrl(String extractNotifyUrl) {
|
| | | this.extractNotifyUrl = extractNotifyUrl;
|
| | | }
|
| | |
|
| | | public String getIosPushCertificatePwd() {
|
| | | return iosPushCertificatePwd;
|
| | |
| | | public void setDefaultPortrait(String defaultPortrait) {
|
| | | this.defaultPortrait = defaultPortrait;
|
| | | }
|
| | |
|
| | | public String getShareGoodsPagePathJD() {
|
| | | return shareGoodsPagePathJD;
|
| | | }
|
| | |
|
| | | public void setShareGoodsPagePathJD(String shareGoodsPagePathJD) {
|
| | | this.shareGoodsPagePathJD = shareGoodsPagePathJD;
|
| | | }
|
| | |
|
| | | public String getShareGoodsPagePathPDD() {
|
| | | return shareGoodsPagePathPDD;
|
| | | }
|
| | |
|
| | | public void setShareGoodsPagePathPDD(String shareGoodsPagePathPDD) {
|
| | | this.shareGoodsPagePathPDD = shareGoodsPagePathPDD;
|
| | | }
|
| | | |
| | | }
|