feat(wip): 경매 입찰 기능
This commit is contained in:
@@ -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,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user