🎨 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

@@ -8,7 +8,7 @@ import me.chanjar.weixin.mp.bean.comment.WxMpCommentListVo;
* https://developers.weixin.qq.com/doc/offiaccount/Comments_management/Image_Comments_Management_Interface.html
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-06-16
* created on 2019-06-16
*/
public interface WxMpCommentService {
/**

View File

@@ -10,7 +10,7 @@ import me.chanjar.weixin.mp.bean.draft.WxMpUpdateDraft;
* 微信 草稿箱 接口.
*
* @author dragon
* @date 2021-10-22
* created on 2021-10-22
*/
public interface WxMpDraftService {

View File

@@ -9,7 +9,7 @@ import me.chanjar.weixin.mp.bean.freepublish.WxMpFreePublishStatus;
* 微信 发布能力 接口.
*
* @author dragon
* @date 2021-10-23
* created on 2021-10-23
*/
public interface WxMpFreePublishService {

View File

@@ -7,7 +7,7 @@ import java.util.List;
/**
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
public interface WxMpGuideBuyerService {
/**

View File

@@ -9,7 +9,7 @@ import java.util.List;
/**
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
public interface WxMpGuideMassedJobService {

View File

@@ -9,7 +9,7 @@ import java.util.List;
/**
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
public interface WxMpGuideMaterialService {

View File

@@ -9,7 +9,7 @@ import java.util.List;
* 微信导购助手(现在叫对话能力)接口.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020 -10-06
* created on 2020 -10-06
*/
public interface WxMpGuideService {

View File

@@ -10,7 +10,7 @@ import java.util.List;
* 微信导购助手(现在叫对话能力)标签相关接口.
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
public interface WxMpGuideTagService {

View File

@@ -14,7 +14,7 @@ import me.chanjar.weixin.mp.bean.card.membercard.*;
* @author YuJian(mgcnrx11 @ gmail.com)
* @author yuanqixun
* @version 2017/7/8
* @date 2018-08-30
* created on 2018-08-30
*/
public interface WxMpMemberCardService {
/**

View File

@@ -15,7 +15,7 @@ import java.util.List;
* </pre>
*
* @author Mklaus
* @date 2018 -01-22 上午11:07
* created on 2018 -01-22 上午11:07
*/
public interface WxMpSubscribeMsgService {
/**

View File

@@ -11,7 +11,7 @@ import static me.chanjar.weixin.mp.enums.WxMpApiUrl.Comment.*;
/**
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-06-16
* created on 2019-06-16
*/
@RequiredArgsConstructor
public class WxMpCommentServiceImpl implements WxMpCommentService {

View File

@@ -20,7 +20,7 @@ import java.util.List;
* 草稿箱能力-service实现类.
*
* @author dragon
* @date 2021-10-22
* created on 2021-10-22
*/
@AllArgsConstructor
public class WxMpDraftServiceImpl implements WxMpDraftService {

View File

@@ -15,7 +15,7 @@ import me.chanjar.weixin.mp.enums.WxMpApiUrl;
* 发布能力-service实现类.
*
* @author dragon
* @date 2021-10-23
* created on 2021-10-23
*/
@AllArgsConstructor
public class WxMpFreePublishServiceImpl implements WxMpFreePublishService {

View File

@@ -17,7 +17,7 @@ import java.util.Map;
/**
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
@AllArgsConstructor
public class WxMpGuideBuyerServiceImpl implements WxMpGuideBuyerService {

View File

@@ -19,7 +19,7 @@ import java.util.Map;
/**
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
@AllArgsConstructor
public class WxMpGuideMassedJobServiceImpl implements WxMpGuideMassedJobService {

View File

@@ -19,7 +19,7 @@ import java.util.Map;
/**
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
@AllArgsConstructor
public class WxMpGuideMaterialServiceImpl implements WxMpGuideMaterialService {

View File

@@ -21,7 +21,7 @@ import java.util.Map;
* .
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-10-06
* created on 2020-10-06
*/
@AllArgsConstructor
public class WxMpGuideServiceImpl implements WxMpGuideService {

View File

@@ -20,7 +20,7 @@ import java.util.stream.Collectors;
/**
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
@AllArgsConstructor

View File

@@ -23,7 +23,7 @@ import static me.chanjar.weixin.mp.enums.WxMpApiUrl.OAuth2.*;
* oauth2 相关接口实现类.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-08
* created on 2020-08-08
*/
@RequiredArgsConstructor
public class WxMpOAuth2ServiceImpl implements WxOAuth2Service {

View File

@@ -18,7 +18,7 @@ import static me.chanjar.weixin.mp.enums.WxMpApiUrl.Ocr.*;
* ocr 接口实现.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-06-22
* created on 2019-06-22
*/
@RequiredArgsConstructor
public class WxMpOcrServiceImpl implements WxOcrService {

View File

@@ -30,7 +30,7 @@ import static me.chanjar.weixin.mp.enums.WxMpApiUrl.SubscribeMsg.*;
* 订阅消息接口.
*
* @author Mklaus
* @date 2018-01-22 上午11:19
* created on 2018-01-22 上午11:19
*/
@RequiredArgsConstructor
public class WxMpSubscribeMsgServiceImpl implements WxMpSubscribeMsgService {

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
* .
*
* @author leeis
* @date 2018/12/29
* created on 2018/12/29
*/
@Data
public abstract class AbstractCardCreateRequest implements Serializable {

View File

@@ -6,7 +6,7 @@ import java.io.Serializable;
* 卡券返回结果基础类.
*
* @author fanxl
* @date 2019/1/22 0022 10:08
* created on 2019/1/22 0022 10:08
*/
public class BaseWxMpCardResult implements Serializable {
private static final long serialVersionUID = -3502867243738689870L;

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
/**
* .
* @author leeis
* @date 2018/12/29
* created on 2018/12/29
*/
@Data
public class Card implements Serializable {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author yqx
* @date 2018/11/07
* created on 2018/11/07
*/
@Data
public class CardUpdateResult implements Serializable {

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
/**
* .
* @author leeis
* @Date 2018/12/29
* created on 2018/12/29
*/
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* .
*
* @author leeis
* @date 2018/12/29
* created on 2018/12/29
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -9,7 +9,7 @@ import java.io.Serializable;
/**
* .
* @author leeis
* @Date 2018/12/29
* created on 2018/12/29
*/
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
/**
* .
* @author leeis
* @Date 2018/12/29
* created on 2018/12/29
*/
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
/**
* .
* @author leeis
* @date 2018/12/29
* created on 2018/12/29
*/
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
/**
* .
* @author leeis
* @date 2018/12/29
* created on 2018/12/29
*/
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
/**
* .
* @author leeis
* @Date 2018/12/29
* created on 2018/12/29
*/
@Data
public final class GiftCard extends Card implements Serializable {

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
/**
* .
* @author leeis
* @Date 2018/12/29
* created on 2018/12/29
*/
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -10,7 +10,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* .
* @author leeis
* @Date 2018/12/29
* created on 2018/12/29
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
/**
* .
* @author leeis
* @Date 2018/12/29
* created on 2018/12/29
*/
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -7,7 +7,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* 用户已领卡圈对象
* @author yang229
* @date 2019/12/22
* created on 2019/12/22
*/
@Data
public class UserCard implements java.io.Serializable {

View File

@@ -6,7 +6,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
* 删除卡券结果.
*
* @author fanxl
* @date 2019/1/22 0022 10:24
* created on 2019/1/22 0022 10:24
*/
public class WxMpCardDeleteResult extends BaseWxMpCardResult {
private static final long serialVersionUID = -4367717540650523290L;

View File

@@ -11,7 +11,7 @@ import java.util.List;
* 用户已领卡券返回
*
* @author yang229
* @date 2019/12/22
* created on 2019/12/22
*/
@Data
public class WxUserCardListResult implements Serializable {

View File

@@ -4,7 +4,7 @@ package me.chanjar.weixin.mp.bean.card.enums;
* 会员卡颜色
*
* @author yuanqixun
* @date 2018-08-29
* created on 2018-08-29
*/
public enum CardColor {
Color010("#63b359"),

View File

@@ -4,7 +4,7 @@ package me.chanjar.weixin.mp.bean.card.enums;
* 微信卡券激活字段类型
*
* @author yuanqixun
* @date 2018-08-30
* created on 2018-08-30
*/
public enum CardFieldType {
COMMON_FIELD("微信选项"),

View File

@@ -4,7 +4,7 @@ package me.chanjar.weixin.mp.bean.card.enums;
* 会员卡富文本字段类型
*
* @author yuanqixun
* @date 2018-08-30
* created on 2018-08-30
*/
public enum CardRichFieldType {
FORM_FIELD_RADIO("自定义单选"),

View File

@@ -4,7 +4,7 @@ package me.chanjar.weixin.mp.bean.card.enums;
* 微信卡券激活字段类型
*
* @author yuanqixun
* @date 2018-08-30
* created on 2018-08-30
*/
public enum CardWechatFieldType {
USER_FORM_INFO_FLAG_MOBILE("手机号"),

View File

@@ -5,7 +5,7 @@ import lombok.Data;
/**
* @author yqx
* @date 2018/9/19
* created on 2018/9/19
*/
@Data
public class ActivatePluginParam {

View File

@@ -4,7 +4,7 @@ import lombok.Data;
/**
* @author yqx
* @date 2018/9/19
* created on 2018/9/19
*/
@Data
public class ActivatePluginParamResult {

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* 会员卡激活,用户字段提交请求
*
* @author yuanqixun
* @date 2018-08-30
* created on 2018-08-30
*/
@Data
public class MemberCardActivateUserFormRequest implements Serializable {

View File

@@ -15,7 +15,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
* 用户表单对象.
*
* @author yuanqixun
* @date 2018-08-30
* created on 2018-08-30
*/
@Data
public class MemberCardUserForm implements Serializable {

View File

@@ -12,7 +12,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
* 富文本字段.
*
* @author yuanqixun
* @date 2018-08-30
* created on 2018-08-30
*/
@Data
public class MemberCardUserFormRichField {

View File

@@ -6,7 +6,7 @@ import java.io.Serializable;
/**
* @author YuJian
* @date 2017/7/11
* created on 2017/7/11
*/
@Data
public class MemberCardUserInfo implements Serializable {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
*
* @author YuJian
* @date 2017/7/11
* created on 2017/7/11
*/
@Data
public class NameValues implements Serializable{

View File

@@ -6,7 +6,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* @author thomas
* @date 2019/4/26
* created on 2019/4/26
*/
@Data
public class WxMpMemberCardActivateTempInfoResult {

View File

@@ -11,7 +11,7 @@ import java.util.List;
* 群发图文评论数据.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-08-30
* created on 2019-08-30
*/
@Data
public class WxMpCommentListVo implements Serializable {

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
* 设备抽象类.
*
* @author keungtung
* @date 14/12/2016
* created on 14/12/2016
*/
public abstract class AbstractDeviceBean implements Serializable {
private static final long serialVersionUID = 4359729626772515385L;

View File

@@ -6,7 +6,7 @@ import lombok.EqualsAndHashCode;
/**
* @author keungtung.
* @date 10/12/2016
* created on 10/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -7,7 +7,7 @@ import lombok.EqualsAndHashCode;
/**
*
* @author keungtung.
* @date 10/12/2016
* created on 10/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -8,7 +8,7 @@ import me.chanjar.weixin.common.util.json.WxGsonBuilder;
/**
*
* @author keungtung.
* @date 14/12/2016
* created on 14/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
/**
* @author keungtung
* @date 10/12/2016
* created on 10/12/2016
*/
@Data
public class WxDevice implements Serializable {

View File

@@ -10,7 +10,7 @@ import java.util.List;
/**
* @author keungtung
* @date 10/12/2016
* created on 10/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -8,7 +8,7 @@ import java.util.List;
/**
* @author keungtung.
* @date 10/12/2016
* created on 10/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -6,7 +6,7 @@ import lombok.EqualsAndHashCode;
/**
* @author keungtung.
* @date 10/12/2016
* created on 10/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -9,7 +9,7 @@ import java.util.List;
/**
* @author keungtung.
* @date 16/12/2016
* created on 16/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -7,7 +7,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* @author keungtung.
* @date 10/12/2016
* created on 10/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -7,7 +7,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* @author keungtung.
* @date 10/12/2016
* created on 10/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -9,7 +9,7 @@ import java.util.List;
/**
* @author keungtung.
* @date 16/12/2016
* created on 16/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -7,7 +7,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* @author keungtung.
* @date 10/12/2016
* created on 10/12/2016
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -16,7 +16,7 @@ import java.util.List;
* 草稿箱能力-新建草稿.
*
* @author dragon
* @date 2021-10-22
* created on 2021-10-22
*/
@Data
@Builder

View File

@@ -15,7 +15,7 @@ import java.io.Serializable;
* 草稿箱能力-图文素材文章实体.
*
* @author dragon
* @date 2021-10-22
* created on 2021-10-22
*/
@Data
@Builder

View File

@@ -16,7 +16,7 @@ import java.util.List;
* 草稿箱能力-获取草稿详情.
*
* @author dragon
* @date 2021-10-22
* created on 2021-10-22
*/
@Data
@Builder

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
* 一条草稿
*
* @author dragon
* @date 2021-10-22
* created on 2021-10-22
*/
@Data
public class WxMpDraftItem implements Serializable {

View File

@@ -11,7 +11,7 @@ import java.util.List;
* 草稿箱能力-获取草稿列表.
*
* @author dragon
* @date 2021-10-22
* created on 2021-10-22
*/
@Data
public class WxMpDraftList implements Serializable {

View File

@@ -15,7 +15,7 @@ import java.io.Serializable;
* 草稿箱能力-修改草稿.
*
* @author dragon
* @date 2021-10-22
* created on 2021-10-22
*/
@Data
@Builder

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* 一条发布的图文记录
*
* @author dragon
* @date 2021-10-23
* created on 2021-10-23
*/
@NoArgsConstructor
@Data

View File

@@ -16,7 +16,7 @@ import java.util.List;
* 发布能力-通过 article_id 获取已发布文章.
*
* @author dragon
* @date 2021-10-23
* created on 2021-10-23
*/
@Data
@Builder

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* 发布列表的一条记录
*
* @author dragon
* @date 2021-10-23
* created on 2021-10-23
*/
@NoArgsConstructor
@Data

View File

@@ -11,7 +11,7 @@ import java.util.List;
* 发布能力-获取成功发布列表.
*
* @author dragon
* @date 2021-10-22
* created on 2021-10-22
*/
@Data
public class WxMpFreePublishList implements Serializable {

View File

@@ -15,7 +15,7 @@ import java.util.List;
* 发布能力-发布状态轮询接口通过publishId返回 article_id(删除发布时需要用到).
*
* @author dragon
* @date 2021-10-23
* created on 2021-10-23
*/
@Data
@Builder

View File

@@ -12,7 +12,7 @@ import java.io.Serializable;
* 关注顾问自动回复(欢迎语)添加实体
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/8/008
* created on 2021/5/8/008
*/
@Data
@Builder

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
/**
* 客户信息dto
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/11/011
* created on 2021/5/11/011
*/
@Data

View File

@@ -9,7 +9,7 @@ import java.io.Serializable;
/**
* 离线自动回复与敏感词
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/8/008
* created on 2021/5/8/008
*/
@Data
public class WxMpGuideAcctConfig implements Serializable {

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* 关注顾问自动回复(欢迎语)
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/8/008
* created on 2021/5/8/008
*/
@Data
public class WxMpGuideAutoReply implements ToJson, Serializable {

View File

@@ -15,7 +15,7 @@ import java.io.Serializable;
* 客户信息
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/10/010
* created on 2021/5/10/010
*/
@Data

View File

@@ -10,7 +10,7 @@ import java.util.List;
/**
* 顾问的客户列表
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/11/011
* created on 2021/5/11/011
*/
@Data
public class WxMpGuideBuyerInfoList implements Serializable {

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* 客户顾问关系
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/11/011
* created on 2021/5/11/011
*/
@Data

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
/**
* 批量操作客户是否成功返回信息
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/10/010
* created on 2021/5/10/010
*/
@Data

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* 小程序素材信息
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/12/012
* created on 2021/5/12/012
*/
@Data
public class WxMpGuideCardMaterialInfo implements ToJson, Serializable {

View File

@@ -10,7 +10,7 @@ import java.util.List;
/**
* 获取快捷回复,关注顾问自动回复返回类
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/8/008
* created on 2021/5/8/008
*/
@Data
public class WxMpGuideConfig implements Serializable {

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* 顾问快捷回复
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/8/008
* created on 2021/5/8/008
*/
@Data
public class WxMpGuideFastReply implements ToJson, Serializable {

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* 顾问分组信息
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/8/008
* created on 2021/5/8/008
*/
@Data
public class WxMpGuideGroup implements ToJson, Serializable {

View File

@@ -15,7 +15,7 @@ import java.io.Serializable;
* 分组顾问信息.
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/8/008
* created on 2021/5/8/008
*/
@Data
@Builder

View File

@@ -10,7 +10,7 @@ import java.util.List;
/**
* 顾问分组内顾问信息
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/8/008
* created on 2021/5/8/008
*/
@Data
public class WxMpGuideGroupInfoList implements Serializable {

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
/**
* 图片素材信息
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/12/012
* created on 2021/5/12/012
*/
@Data
public class WxMpGuideImgMaterialInfo implements ToJson, Serializable {

View File

@@ -11,7 +11,7 @@ import java.util.List;
* 图片素材列表
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/12/012
* created on 2021/5/12/012
*/
@Data
public class WxMpGuideImgMaterialInfoList implements Serializable {

View File

@@ -15,7 +15,7 @@ import java.io.Serializable;
* 对话能力-顾问信息.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-10-06
* created on 2020-10-06
*/
@Data
@Builder

View File

@@ -11,7 +11,7 @@ import java.util.List;
* 顾问列表.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-10-07
* created on 2020-10-07
*/
@Data
public class WxMpGuideList implements Serializable {

View File

@@ -13,7 +13,7 @@ import java.util.List;
* 添加群发任务返回值
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
@Data
public class WxMpGuideMassed implements ToJson, Serializable {

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* 下方客户状态信息
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
@Data

View File

@@ -13,7 +13,7 @@ import java.util.List;
* 群发任务信息
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
@Data

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
/**
* 素材信息
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/13/013
* created on 2021/5/13/013
*/
@Data

View File

@@ -14,7 +14,7 @@ import java.io.Serializable;
/**
* 顾问聊天记录
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/7/007
* created on 2021/5/7/007
*/
@Data
@Builder

View File

@@ -10,7 +10,7 @@ import java.util.List;
/**
* 顾问聊天记录列表
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/7/007
* created on 2021/5/7/007
*/
@Data

View File

@@ -15,7 +15,7 @@ import java.io.Serializable;
* 离线自动回复
*
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
* @date 2021/5/8/008
* created on 2021/5/8/008
*/
@Data
@Builder

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