feat: driver
This commit is contained in:
13
app/Constants/Common/DriverCode.php
Normal file
13
app/Constants/Common/DriverCode.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Constants\Common;
|
||||
|
||||
class DriverCode
|
||||
{
|
||||
/**
|
||||
* @var int 状态 1 出发 2 目的地 99 异常
|
||||
*/
|
||||
CONST INT DEPARTURES = 1;
|
||||
CONST INT DESTINATION = 2;
|
||||
CONST INT EXCEPTIONS = 99;
|
||||
}
|
||||
Reference in New Issue
Block a user