You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
-
- namespace App\Kintone\Models\DropDown\SeasonTicketContractSelection;
-
- abstract class SelectionStatus
- {
- const START = "起票";
- const TARGET_SELECTING = "通知者選択中";
- const ENTRY_ACCEPTING = "契約希望者受付中";
- const RESULT_DECISION = "候補者仮決定";
- const FAILED = "選考不調";
- const COMPLETE = "終了";
- }
|