mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-19 05:21:15 +08:00
feat: relocate remaining dtos
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.openisle.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/** DTO representing unread notification count. */
|
||||
@Data
|
||||
public class NotificationUnreadCountDto {
|
||||
private long count;
|
||||
}
|
||||
Reference in New Issue
Block a user