### 이슈 배경 * `Report` 도메인에 사용 될 Entity 추가 * `Report` 도메인 기본 클래스 추가 ### 작업 내용 ### Report * 테이블명: `reports` * `BaseEntity` 사용 필드명 | 자바 타입 | DB 컬럼 타입 | 제약 조건 -- | -- | -- | -- id | Long | int | PK, auto increment member_id | Member | uuid | not null content | String | text | not null ### 참고 자료 _No response_