This commit is contained in:
parent
7da220128c
commit
fb0529a7fe
|
|
@ -1,4 +1,4 @@
|
||||||
package net.maku.message.query;
|
package net.maku.system.query;
|
||||||
|
|
||||||
import io.swagger.v3.oas.annotations.media.Schema;
|
import io.swagger.v3.oas.annotations.media.Schema;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
@ -13,9 +13,9 @@ import net.maku.framework.common.query.Query;
|
||||||
@Data
|
@Data
|
||||||
@EqualsAndHashCode(callSuper = false)
|
@EqualsAndHashCode(callSuper = false)
|
||||||
@Schema(description = "短信日志查询")
|
@Schema(description = "短信日志查询")
|
||||||
public class SmsLogQuery extends Query {
|
public class SysSmsLogQuery extends Query {
|
||||||
@Schema(description = "平台ID")
|
@Schema(description = "手机号")
|
||||||
private Long platformId;
|
private String mobile;
|
||||||
|
|
||||||
@Schema(description = "平台类型")
|
@Schema(description = "平台类型")
|
||||||
private Integer platform;
|
private Integer platform;
|
||||||
Loading…
Reference in New Issue
Block a user