mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-18 21:10:57 +08:00
feat: relocate remaining dtos
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.openisle.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/** Request to mark notifications as read. */
|
||||
@Data
|
||||
public class NotificationMarkReadRequest {
|
||||
private List<Long> ids;
|
||||
}
|
||||
Reference in New Issue
Block a user