大写
This commit is contained in:
@@ -38,6 +38,6 @@ public class TbMessageChannelDTO extends BaseDTO {
|
||||
private String status;
|
||||
|
||||
@Schema(description = "优先级(数字越大优先级越高)")
|
||||
private Integer priority;
|
||||
private INTEGER priority;
|
||||
}
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ public interface MessageService {
|
||||
* @author yslg
|
||||
* @since 2025-11-05
|
||||
*/
|
||||
ResultDomain<Boolean> deleteMessage(String messageId);
|
||||
ResultDomain<BOOLEAN> deleteMessage(String messageId);
|
||||
|
||||
/**
|
||||
* @description 发送消息
|
||||
|
||||
@@ -44,5 +44,5 @@ public class MessageRangeChannelVO extends BaseVO {
|
||||
private String channelStatus;
|
||||
|
||||
@Schema(description = "渠道优先级(数字越大优先级越高)")
|
||||
private Integer channelPriority;
|
||||
private INTEGER channelPriority;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user