feat(wip): 유니크 경매 세부 진행

This commit is contained in:
2022-06-09 01:21:21 +09:00
parent 48dbd449bd
commit 6e87aef09f
5 changed files with 281 additions and 41 deletions
+2
View File
@@ -10,6 +10,8 @@ class AuctionBidItemData extends DTO
#[NullIsUndefined]
public ?string $ownerName,
public string $generalName,
#[NullIsUndefined]
public ?bool $tryExtendCloseDate,
) {
}
}