CHZZK-Study / Grass-Diary-Server

취지직 2팀 프로젝트 Grass Diary Server
1 stars 4 forks source link

refactor/grass-count: 메인 화면의 이번달 나의 잔디 개수 추가 #62

Closed HongYeseul closed 4 months ago

HongYeseul commented 4 months ago

api/main/grass 내 전송하는 데이터 수정 및 추가

기존

{
  "count": "int"
  "GrassInfoDTO": "list"
}

변경후

{
  "totalCount": "int"
  "thisMonthCount": "int"
  "GrassInfoDTO": "list"
}