yangys
2024-04-25 365fac8a2ac52c8a3f9601fdf30e537ef373e8df
smart-starter-notify/src/main/java/com/qianwen/core/notify/provider/sms/yunpian/YunpianSmsTemplate.java
@@ -5,7 +5,6 @@
import javax.validation.constraints.NotBlank;
import com.qianwen.core.notify.template.Template;
/* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/provider/sms/yunpian/YunpianSmsTemplate.class */
public class YunpianSmsTemplate implements Template {
    @NotBlank(message = "[text]短信内容不能为空")
    private String text;