xiaoyi
4 天以前 1dfdc3b0611211feba0570ec6d8cfad078c37135
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/sms/vo/channel/SmsChannelSaveReqVO.java
@@ -13,7 +13,7 @@
    @Schema(description = "编号", example = "1024")
    private Long id;
    @Schema(description = "短信签名", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道源码")
    @Schema(description = "短信签名", requiredMode = Schema.RequiredMode.REQUIRED, example = "超级管理员")
    @NotNull(message = "短信签名不能为空")
    private String signature;