feat(wip): 유니크 옥션 시작

This commit is contained in:
2022-06-09 01:21:21 +09:00
parent a61a1814b1
commit 48dbd449bd
3 changed files with 110 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class AuctionInfo extends DTO
{
public function __construct(
public int $id,
public int $openerName,
public string $openerName,
public int $openerGeneralID,
public string $type,
public string $title,