주석화 진행상황 정리하고 핵심 모듈에 한글 주석 추가
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/// 단위(UOM) 도메인 엔티티.
|
||||
class Uom {
|
||||
Uom({
|
||||
this.id,
|
||||
@@ -19,6 +20,7 @@ class Uom {
|
||||
final DateTime? createdAt;
|
||||
final DateTime? updatedAt;
|
||||
|
||||
/// 선택한 속성만 변경한 새 인스턴스를 반환한다.
|
||||
Uom copyWith({
|
||||
int? id,
|
||||
String? uomName,
|
||||
|
||||
Reference in New Issue
Block a user