liu
2 天以前 06ac6cc6f4693a8abc585e69139131fe19274fd1
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/sms/vo/channel/SmsChannelPageReqVO.java
@@ -20,7 +20,7 @@
    @Schema(description = "任务状态", example = "1")
    private Integer status;
    @Schema(description = "短信签名,模糊匹配", example = "芋道源码")
    @Schema(description = "短信签名,模糊匹配", example = "超级管理员")
    private String signature;
    @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)