This commit is contained in:
parent
28bdfcee2f
commit
be0cd2d88d
|
@ -1,4 +1,4 @@
|
||||||
package net.maku.message.vo;
|
package net.maku.system.vo;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
import io.swagger.v3.oas.annotations.media.Schema;
|
import io.swagger.v3.oas.annotations.media.Schema;
|
||||||
|
@ -15,7 +15,7 @@ import java.time.LocalDateTime;
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@Schema(description = "短信日志")
|
@Schema(description = "短信日志")
|
||||||
public class SmsLogVO implements Serializable {
|
public class SysSmsLogVO implements Serializable {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
@Schema(description = "id")
|
@Schema(description = "id")
|
Loading…
Reference in New Issue
Block a user