Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <?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 = "終了";
- }
|