This commit is contained in:
张良(004796)
2024-01-12 17:50:50 +08:00
parent 728192d4f0
commit 28623f17d1
28 changed files with 746 additions and 110 deletions

View File

@@ -0,0 +1,9 @@
package com.ruoyi.cai.mq;
import lombok.Data;
@Data
public class CommonDelayDto {
private Integer type;
private Long roomId;
}