mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-20 14:00:56 +08:00
feat: relocate remaining dtos
This commit is contained in:
11
backend/src/main/java/com/openisle/dto/ParentCommentDto.java
Normal file
11
backend/src/main/java/com/openisle/dto/ParentCommentDto.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package com.openisle.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/** DTO representing a parent comment. */
|
||||
@Data
|
||||
public class ParentCommentDto {
|
||||
private Long id;
|
||||
private String author;
|
||||
private String content;
|
||||
}
|
||||
Reference in New Issue
Block a user