邮件配置查询
This commit is contained in:
parent
a2ed718037
commit
4ce59064bc
|
@ -0,0 +1,20 @@
|
|||
package net.maku.system.query;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import net.maku.framework.common.query.Query;
|
||||
|
||||
/**
|
||||
* 邮件配置查询
|
||||
*
|
||||
* @author 阿沐 babamu@126.com
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@Schema(description = "邮件配置查询")
|
||||
public class SysMailConfigQuery extends Query {
|
||||
@Schema(description = "平台类型")
|
||||
private Integer platform;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user