CHZZK-Study / Grass-Diary-Server

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

메인 페이지 - 이번달 잔디 개수 기록 추가 #61

Closed HongYeseul closed 4 months ago

HongYeseul commented 4 months ago

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

기존

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

변경후

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