This commit is contained in:
77
2024-08-05 16:11:08 +08:00
parent 3706411b80
commit 7f446e774f
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import lombok.Data;
public class AnchorTopResp {
@Schema(description = "置顶是否成功")
private boolean topSuccess;
// private String topFailMessage;
@Schema(description = "下一次置顶间隔(秒)")
private Long nextTopDate = 0L;
}