DTO 追加
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Dto;
|
||||
|
||||
|
||||
class
|
||||
Thread
|
||||
{
|
||||
public int $id;
|
||||
public string $title;
|
||||
public ?string $explain;
|
||||
public bool $deleted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user