Repair.php 202 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php /** * Created by PhpStorm. * User: machengjun * Date: 2018/3/23 * Time: 上午9:26 */ namespace App\Modules\Enums; class RepairStatus { const UNPROCESSED = 0; const PROCESSED = 1; }