All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.bootx.platform.notice.dto.wechat.WeChatNoticeConfigDto Maven / Gradle / Ivy

The newest version!
package cn.bootx.platform.notice.dto.wechat;

import cn.bootx.platform.common.core.rest.dto.BaseDto;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;

import java.io.Serializable;

/**
 * 微信通知配置
 *
 * @author xxm
 * @since 2021/8/10
 */
@EqualsAndHashCode(callSuper = true)
@Data
@Accessors(chain = true)
@Schema(title = "微信通知配置")
public class WeChatNoticeConfigDto extends BaseDto implements Serializable {

    private static final long serialVersionUID = 4862614438727322307L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy