feat(wip): 경매 입찰 기능

This commit is contained in:
2022-06-09 01:21:21 +09:00
parent 9d43b3e6a0
commit 9f76bc786f
6 changed files with 293 additions and 7 deletions
+2
View File
@@ -13,6 +13,8 @@ class AuctionInfo extends DTO
public string $type,
public bool $finished,
public ResourceType $reqResource,
public int $minAmount,
public ?int $buyImmediatelyAmount,
public string $openDate,
public string $closeDate,
) {