Skip to content

Commit

Permalink
Feat : DTO ์ˆ˜์ •
Browse files Browse the repository at this point in the history
๋ฆฌ๋ทฐ ์š”๊ตฌ์‚ฌํ•ญ์„ ์œ„ํ•ด DTO ์ˆ˜์ •
  • Loading branch information
Mouon committed Feb 4, 2024
1 parent a94d227 commit 7188bd0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
import lombok.Setter;

import java.sql.Date;
import java.util.List;

@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class ChatSenderStaticResponseDTO {

private Sender sender;
private Long chatCount;
private double percentage;
private Date startDate;
private Date endDate;
private List<ChatSenderStaticResponseDTO> statistics;
}

0 comments on commit 7188bd0

Please sign in to comment.