feat,wip: 경매장 API export

This commit is contained in:
2022-06-09 01:21:21 +09:00
parent 52554048ae
commit 40eda5477a
12 changed files with 525 additions and 183 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class AuctionInfoDetail extends DTO
{
public function __construct(
public string $title,
public string $openerName,
public string $hostName,
public int $amount,
#[NullIsUndefined]
public ?bool $isReverse,