🎨 fix javadoc by removing @date

This commit is contained in:
Binary Wang
2022-08-23 00:37:10 +08:00
parent f94e67056d
commit 36602d58a5
757 changed files with 789 additions and 762 deletions

View File

@@ -12,7 +12,7 @@ import java.util.Map;
* 云开发相关接口.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020 -01-22
* created on 2020 -01-22
*/
public interface WxMaCloudService {
/**

View File

@@ -29,7 +29,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
*
* @author Luo
* @version 1.0
* @date 2021-10-13 16:40
* created on 2021-10-13 16:40
*/
public interface WxMaImmediateDeliveryService {

View File

@@ -9,7 +9,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
* https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/role-manage.html
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2021 -02-15
* created on 2021 -02-15
*/
public interface WxMaLiveMemberService {
/**

View File

@@ -11,7 +11,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
* </pre>
*
* @author : cofedream
* @date : 2021-01-26
* created on : 2021-01-26
*/
public interface WxMaSchemeService {
/**

View File

@@ -12,7 +12,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
* 小程序交易组件-接入商品前必需接口(审核相关接口)
*
* @author liming1019
* @date 2021/8/12
* created on 2021/8/12
*/
public interface WxMaShopAuditService {
/**

View File

@@ -9,7 +9,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
/**
* @author leiin
* @date 2022/7/1 2:49 下午
* created on 2022/7/1 2:49 下午
*/
public interface WxMaShopCouponService {

View File

@@ -12,7 +12,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
/**
* 分享员
* @author leiin
* @date 2022/6/18 2:48 下午
* created on 2022/6/18 2:48 下午
*/
public interface WxMaShopSharerService {

View File

@@ -13,7 +13,7 @@ import java.util.List;
* 订阅消息类
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-12-15
* created on 2019-12-15
*/
public interface WxMaSubscribeService {

View File

@@ -32,7 +32,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaApiUrlConstants.Cloud.*;
* 云开发相关接口实现类.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-22
* created on 2020-01-22
*/
@Slf4j
@RequiredArgsConstructor

View File

@@ -44,7 +44,7 @@ import org.apache.commons.lang3.StringUtils;
*
* @author Luo
* @version 1.0
* @date 2021-10-13 16:40
* created on 2021-10-13 16:40
*/
@RequiredArgsConstructor
public class WxMaImmediateDeliveryServiceImpl implements WxMaImmediateDeliveryService {

View File

@@ -18,7 +18,7 @@ import javax.crypto.spec.SecretKeySpec;
* 服务端网络相关接口
*
* @author <a href="https://github.com/chutian0124">chutian0124</a>
* @Date 2021-09-06
* created on 2021-09-06
*/
@RequiredArgsConstructor
public class WxMaInternetServiceImpl implements WxMaInternetService {

View File

@@ -19,7 +19,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaApiUrlConstants.Broadcast.Ro
* .
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2021-02-15
* created on 2021-02-15
*/
@RequiredArgsConstructor
public class WxMaLiveMemberServiceImpl implements WxMaLiveMemberService {

View File

@@ -18,7 +18,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaApiUrlConstants.Ocr.*;
* ocr 接口实现.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-06-22
* created on 2019-06-22
*/
@RequiredArgsConstructor
public class WxMaOcrServiceImpl implements WxOcrService {

View File

@@ -14,7 +14,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaApiUrlConstants.Scheme.GENER
/**
* @author : cofedream
* @date : 2021-01-28
* created on : 2021-01-28
*/
@AllArgsConstructor
public class WxMaSchemeServiceImpl implements WxMaSchemeService {

View File

@@ -24,7 +24,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaConstants.ERRCODE;
* 小程序交易组件-接入商品前必需接口(审核相关接口)
*
* @author liming1019
* @date 2021/8/12
* created on 2021/8/12
*/
@RequiredArgsConstructor
@Slf4j

View File

@@ -22,7 +22,7 @@ import me.chanjar.weixin.common.util.json.GsonParser;
/**
* @author leiin
* @date 2022/7/1 2:49 下午
* created on 2022/7/1 2:49 下午
*/
@RequiredArgsConstructor
@Slf4j

View File

@@ -23,7 +23,7 @@ import me.chanjar.weixin.common.util.json.GsonParser;
/**
* @author leiin
* @date 2022/6/18 3:38 下午
* created on 2022/6/18 3:38 下午
*/
@RequiredArgsConstructor
@Slf4j

View File

@@ -27,7 +27,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaApiUrlConstants.Subscribe.*;
/**
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-12-15
* created on 2019-12-15
*/
@RequiredArgsConstructor
public class WxMaSubscribeServiceImpl implements WxMaSubscribeService {

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* 数据水印.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-05-25
* created on 2020-05-25
*/
@Data
@AllArgsConstructor

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author liming1019
* @date 2021/8/17
* created on 2021/8/17
*/
@Data
public class WxMaBaseResponse implements Serializable {

View File

@@ -14,7 +14,7 @@ import java.util.List;
* WxMaSubscribeMsgEvent class
* 客户端订阅,服务端收到的通知
* @author dany
* @date 2021/12/31
* created on 2021/12/31
*/
public class WxMaSubscribeMsgEvent {
/**

View File

@@ -11,7 +11,7 @@ import java.util.List;
* 动态消息.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-02-17
* created on 2020-02-17
*/
@Data
@Accessors(chain = true)

View File

@@ -16,7 +16,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaConstants.DEFAULT_ENV_VERSIO
* 小程序码.
*
* @author Element
* @date 2017/7/27
* created on 2017/7/27
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -13,7 +13,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaConstants.DEFAULT_ENV_VERSIO
* 小程序码接口B.
*
* @author Element
* @date 2017/7/27
* created on 2017/7/27
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -10,7 +10,7 @@ import java.util.List;
* 文件删除结果.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-27
* created on 2020-01-27
*/
@Data
public class WxCloudBatchDeleteFileResult implements Serializable {

View File

@@ -10,7 +10,7 @@ import java.util.List;
* 获取文件下载链接结果.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-27
* created on 2020-01-27
*/
@Data
public class WxCloudBatchDownloadFileResult implements Serializable {

View File

@@ -9,7 +9,7 @@ import java.io.Serializable;
* 云开发数据库迁移状态查询结果.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-26
* created on 2020-01-26
*/
@Data
public class WxCloudCloudDatabaseMigrateQueryInfoResult implements Serializable {

View File

@@ -9,7 +9,7 @@ import java.io.Serializable;
* 云开发获取集合接口的结果.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-28
* created on 2020-01-28
*/
@Data
public class WxCloudDatabaseCollectionGetResult implements Serializable {

View File

@@ -10,7 +10,7 @@ import java.util.List;
* 云开发新增索引的请求对象.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-26
* created on 2020-01-26
*/
@Accessors(chain = true)
@Data

View File

@@ -9,7 +9,7 @@ import java.io.Serializable;
* 云开发数据库查询记录接口请求结果.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-26
* created on 2020-01-26
*/
@Data
public class WxCloudDatabaseQueryResult implements Serializable {

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
* 云开发数据库更新记录接口请求结果.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-26
* created on 2020-01-26
*/
@Data
public class WxCloudDatabaseUpdateResult implements Serializable {

View File

@@ -9,7 +9,7 @@ import java.io.Serializable;
* 获取腾讯云API调用凭证结果.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-27
* created on 2020-01-27
*/
@Data
public class WxCloudGetQcloudTokenResult implements Serializable {

View File

@@ -12,7 +12,7 @@ import java.util.List;
* 发送携带 URL Link 的短信结果
*
* @author liming1019
* @date 2022-07-26
* created on 2022-07-26
*/
@Data
public class WxCloudSendSmsV2Result extends WxMaBaseResponse implements Serializable {

View File

@@ -9,7 +9,7 @@ import java.io.Serializable;
* 云开发文件上传接口响应结果.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-27
* created on 2020-01-27
*/
@Data
public class WxCloudUploadFileResult implements Serializable {

View File

@@ -11,7 +11,7 @@ import java.util.List;
* 发送携带 URL Link 的短信请求
*
* @author liming1019
* @date 2022-07-26
* created on 2022-07-26
*/
@Data
@Builder

View File

@@ -13,7 +13,7 @@ import java.io.Serializable;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -12,7 +12,7 @@ import java.io.Serializable;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -16,7 +16,7 @@ import java.util.List;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -14,7 +14,7 @@ import java.math.BigDecimal;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -19,7 +19,7 @@ import java.util.List;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -13,7 +13,7 @@ import java.io.Serializable;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -14,7 +14,7 @@ import java.math.BigDecimal;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -12,7 +12,7 @@ import java.io.Serializable;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -14,7 +14,7 @@ import java.math.BigDecimal;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -12,7 +12,7 @@ import java.io.Serializable;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:49
* created on 2021-10-14 10:49
*/
@Data
@Accessors(chain = true)

View File

@@ -16,7 +16,7 @@ import java.io.Serializable;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:36
* created on 2021-10-14 10:36
*/
@Data
@Accessors(chain = true)

View File

@@ -13,7 +13,7 @@ import java.io.Serializable;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 10:36
* created on 2021-10-14 10:36
*/
@Data
@Accessors(chain = true)

View File

@@ -8,6 +8,8 @@ import java.util.List;
/**
* 直播间小助手用户信息
*
* @author GaoMinZhu
*/
@Data
public class WxMaAssistantResult implements Serializable {
@@ -22,6 +24,7 @@ public class WxMaAssistantResult implements Serializable {
public static WxMaAssistantResult fromJson(String json) {
return WxMaGsonBuilder.create().fromJson(json, WxMaAssistantResult.class);
}
@Data
public static class Assistant implements Serializable {
private static final long serialVersionUID = 6362128855371134033L;

View File

@@ -9,7 +9,7 @@ import java.io.Serializable;
* 创建直播间接口返回.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-11-29
* created on 2020-11-29
*/
@Data
public class WxMaCreateRoomResult implements Serializable {

View File

@@ -6,6 +6,8 @@ import java.io.Serializable;
/**
* 直播间小助手用户信息
*
* @author GaoMinZhu
*/
@Data
public class WxMaLiveAssistantInfo implements Serializable {

View File

@@ -8,6 +8,8 @@ import java.util.List;
/**
* 直播商品信息
*
* @author unkown
*/
@Data
public class WxMaLiveGoodInfo implements Serializable {

View File

@@ -6,6 +6,8 @@ import java.io.Serializable;
/**
* 直播间信息
*
* @author unkown
*/
@Data
public class WxMaLiveRoomInfo implements Serializable {
@@ -20,7 +22,9 @@ public class WxMaLiveRoomInfo implements Serializable {
**/
private String name;
/**
* 背景图填入mediaIDmediaID获取后三天内有效图片mediaID的获取请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html直播间背景图图片规则建议像素1080*1920大小不超过2M
* 背景图填入mediaIDmediaID获取后三天内有效图片mediaID的获取
* 请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html
* 直播间背景图图片规则建议像素1080*1920大小不超过2M
**/
private String coverImg;
/**
@@ -36,11 +40,13 @@ public class WxMaLiveRoomInfo implements Serializable {
**/
private String anchorName;
/**
* 主播微信号,如果未实名认证,需要先前往“小程序直播”小程序进行实名验证, 小程序二维码链接https://res.wx.qq.com/op_res/BbVNeczA1XudfjVqCVoKgfuWe7e3aUhokktRVOqf_F0IqS6kYR--atCpVNUUC3zr
* 主播微信号,如果未实名认证,需要先前往“小程序直播”小程序进行实名验证,
* 小程序二维码链接https://res.wx.qq.com/op_res/BbVNeczA1XudfjVqCVoKgfuWe7e3aUhokktRVOqf_F0IqS6kYR--atCpVNUUC3zr
**/
private String anchorWechat;
/**
* 主播副号微信号,如果未实名认证,需要先前往“小程序直播”小程序进行实名验证, 小程序二维码链接https://res.wx.qq.com/op_res/BbVNeczA1XudfjVqCVoKgfuWe7e3aUhokktRVOqf_F0IqS6kYR--atCpVNUUC3zr
* 主播副号微信号,如果未实名认证,需要先前往“小程序直播”小程序进行实名验证,
* 小程序二维码链接https://res.wx.qq.com/op_res/BbVNeczA1XudfjVqCVoKgfuWe7e3aUhokktRVOqf_F0IqS6kYR--atCpVNUUC3zr
**/
private String subAnchorWechat;
/**
@@ -48,20 +54,30 @@ public class WxMaLiveRoomInfo implements Serializable {
**/
private String createrWechat;
/**
* 分享图填入mediaIDmediaID获取后三天内有效图片mediaID的获取请参考以下文档 https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html直播间分享图图片规则建议像素800*640大小不超过1M
* 分享图填入mediaIDmediaID获取后三天内有效
* 图片mediaID的获取请参考以下文档
* https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html
* 直播间分享图图片规则建议像素800*640大小不超过1M
**/
private String shareImg;
/**
* 购物直播频道封面图填入mediaIDmediaID获取后三天内有效图片mediaID的获取请参考以下文档 https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html; 购物直播频道封面图图片规则建议像素800*800大小不超过100KB
* 购物直播频道封面图填入mediaIDmediaID获取后三天内有效
* 图片mediaID的获取请参考以下文档
* https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html;
* 购物直播频道封面图图片规则建议像素800*800大小不超过100KB
* <p>
* 该字段仅用于<a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#6">编辑直播间</a>,不用于创建直播间
* 该字段仅用于
* <a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#6">编辑直播间</a>,不用于创建直播间
* </p>
**/
private String feedsImg;
/**
* 直播间分享图填入mediaIDmediaID获取后三天内有效图片规则建议像素1080*1920大小不超过2M图片mediaID的获取请参考以下文档 https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html
* 直播间分享图填入mediaIDmediaID获取后三天内有效图片规则建议像素1080*1920大小不超过2M
* 图片mediaID的获取请参考以下文档
* https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html
* <p>
* 该字段仅用于<a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#1">创建直播间</a>,不用于编辑直播间
* 该字段仅用于
* <a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#1">创建直播间</a>,不用于编辑直播间
* </p>
**/
private String anchorImg;

View File

@@ -5,6 +5,10 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author linlinjava
*/
@Data
public class WxMaLiveSharedCode implements Serializable {
private static final long serialVersionUID = 8525117884393611947L;
/**
@@ -22,4 +26,4 @@ public class WxMaLiveSharedCode implements Serializable {
*/
@SerializedName("posterUrl")
private String posterUrl;
}
}

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/6/20 7:16 下午
* created on 2022/6/20 7:16 下午
*/
@Data
public class WxMiniAfterSaleDetail {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/7/11 20:33
* created on 2022/7/11 20:33
*/
@Data
public class WxMiniAfterSaleOrder {

View File

@@ -7,7 +7,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/7/11 20:59
* created on 2022/7/11 20:59
*/
@Data
public class WxMiniBatchGetAfterSaleOrderResponse extends WxMaShopBaseResponse {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/7/11 20:58
* created on 2022/7/11 20:58
*/
@Data
public class WxMiniGetAfterSaleOrderResponse extends WxMaShopBaseResponse {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/6/20 7:16 下午
* created on 2022/6/20 7:16 下午
*/
@Data
public class WxMiniOrderAfterSaleDetail {

View File

@@ -7,7 +7,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/7/14 19:05
* created on 2022/7/14 19:05
*/
@Data
public class WxMiniOrderDeliveryRequest {

View File

@@ -5,7 +5,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/6/20 7:32 下午
* created on 2022/6/20 7:32 下午
*/
@Data
public class WxMinishopAddressInfo {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/6/20 7:28 下午
* created on 2022/6/20 7:28 下午
*/
@Data
public class WxMinishopDeliveryInfo {

View File

@@ -7,7 +7,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/7/8 3:46 下午
* created on 2022/7/8 3:46 下午
*/
@Data
public class WxMinishopGetBrandResponse extends WxMaShopBaseResponse {

View File

@@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode;
/**
* @author leiin
* @date 2022/7/8 3:39 下午
* created on 2022/7/8 3:39 下午
*/
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -7,7 +7,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/7/8 3:46 下午
* created on 2022/7/8 3:46 下午
*/
@Data
public class WxMinishopGetFrightTemplateResponse extends WxMaShopBaseResponse {

View File

@@ -7,7 +7,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMinishopOrderDetail implements Serializable {

View File

@@ -7,7 +7,7 @@ import lombok.Data;
* 获取订单详情 回包结构
*
* @author leiin
* @date 2022/6/20 7:09 下午
* created on 2022/6/20 7:09 下午
*/
@Data
public class WxMinishopOrderDetailResponse extends WxMaShopBaseResponse {

View File

@@ -7,7 +7,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/6/20 7:09 下午
* created on 2022/6/20 7:09 下午
*/
@Data
public class WxMinishopOrderListResponse extends WxMaShopBaseResponse {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMinishopOrderResult implements Serializable {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMinishopPayInfo implements Serializable {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMinishopPriceInfo implements Serializable {

View File

@@ -7,7 +7,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMinishopProductInfo implements Serializable {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/7/13 20:00
* created on 2022/7/13 20:00
*/
@Data
public class WxMinishopSkuListResponse extends WxMaShopBaseResponse {

View File

@@ -5,7 +5,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/6/20 4:36 下午
* created on 2022/6/20 4:36 下午
*/
@Data
public class WxMinishopSpuGet implements Serializable {

View File

@@ -4,7 +4,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/6/20 4:46 下午
* created on 2022/6/20 4:46 下午
*/
@Data
public class WxMinishopSpuGetResponse extends WxMinishopResult<WxMinishopSpuGet> {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/6/20 4:46 下午
* created on 2022/6/20 4:46 下午
*/
@Data
public class WxMinishopSpuListResponse extends WxMinishopResult {

View File

@@ -7,7 +7,7 @@ import lombok.Data;
/**
* @author : cofedream
* @date : 2021-01-26
* created on : 2021-01-26
*/
@Data
@Builder(builderMethodName = "newBuilder")

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
/**
* @author dingxw
* @date 2021/11/18 20:27
* created on 2021/11/18 20:27
*/
@Data
@Builder

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2022/6/18 3:14 下午
* created on 2022/6/18 3:14 下午
*/
@Data
public class WxMaPromotionInfo implements Serializable {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author liming1019
* @date 2021/8/9
* created on 2021/8/9
*/
@Data
public class WxMaShopAccountGetBrandListItem implements Serializable {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author liming1019
* @date 2021/8/9
* created on 2021/8/9
*/
@Data
public class WxMaShopAccountGetCategoryListItem implements Serializable {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author liming1019
* @date 2021/8/9
* created on 2021/8/9
*/
@Data
public class WxMaShopAccountGetInfo implements Serializable {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopAddOrderResult implements Serializable {

View File

@@ -8,7 +8,7 @@ import java.util.List;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
* 添加商品参数返回
*/
@Data

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopAddressInfo implements Serializable {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author liming1019
* @date 2021/8/9
* created on 2021/8/9
*/
@Data
public class WxMaShopCatGetDetail implements Serializable {

View File

@@ -10,7 +10,7 @@ import lombok.NoArgsConstructor;
/**
* @author leiin
* @date 2022/7/1 2:57 下午
* created on 2022/7/1 2:57 下午
*/
@Data
@Builder

View File

@@ -7,7 +7,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopDeliveryDetail implements Serializable {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopDeliveryItem implements Serializable {

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -8,7 +8,7 @@ import java.util.List;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopOrderDetail implements Serializable {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author Boris
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopOrderInfo implements Serializable {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopOrderResult implements Serializable {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopPayInfo implements Serializable {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopPriceInfo implements Serializable {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopProductInfo implements Serializable {

View File

@@ -9,7 +9,7 @@ import java.io.Serializable;
* 推广员、分享员信息
*
* @author zhongjun
* @date 2022/5/17
* created on 2022/5/17
**/
@Data
public class WxMaShopPromotionInfo implements Serializable {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopSkuResult implements Serializable {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopSkuWithoutAuditInfo implements Serializable {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author leiin
* @date 2021/3/23
* created on 2021/3/23
*/
@Data
public class WxMaShopSpuAudit implements Serializable {

Some files were not shown because too many files have changed in this diff Show More