feat: UserAction 조회, 선택 기능
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace sammo\DTO;
|
||||
|
||||
class UserActionItem extends \LDTO\DTO {
|
||||
public function __construct(
|
||||
public string $command,
|
||||
public string $brief,
|
||||
#[\LDTO\Attr\NullIsUndefined]
|
||||
public ?int $untilYearMonth,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user