[README.md 업데이트] 모든 엔티티가 BaseEntity를 상속하도록 문구 수정
				
					
				
			This commit is contained in:
		@@ -313,7 +313,7 @@ Member entity = memberMapper.toEntity(dto);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### 9. BaseEntity 상속
 | 
					### 9. BaseEntity 상속
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**모든 엔티티는 `BaseEntity`을 원칙으로로 합니다.**
 | 
					**모든 엔티티는 `BaseEntity` 상속을 원칙으로 합니다.**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### 자동 생성 필드
 | 
					#### 자동 생성 필드
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -332,4 +332,4 @@ public class Member extends BaseEntity {
 | 
				
			|||||||
    private String userId;
 | 
					    private String userId;
 | 
				
			||||||
    private String name;
 | 
					    private String name;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user