This commit is contained in:
caozehui
2026-04-20 11:15:16 +08:00
parent c147ef602f
commit 8c2f5a0e17

View File

@@ -16,8 +16,7 @@ import lombok.Data;
@Data
@Schema(description = "管理后台 - 消息记录发送 Request VO")
public class MessageRecordReqVO extends PageParam {
@Schema(description = "渠道类型sms/email/app", example = "sms")
@InEnum(value = com.njcn.msgpush.module.push.enums.ChannelTypeEnum.class, message = "渠道类型必须是 {value}")
private String channel;
@Schema(description = "消息类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "verify_code/order_notify/marketing/system_notify")