|
|
|
@ -17,7 +17,7 @@ use Illuminate\Support\Str; |
|
|
|
class ParkingAccessRecordService extends BaseService |
|
|
|
{ |
|
|
|
protected string $menuTitle = 'access_record'; |
|
|
|
protected array $statusArr = ['leave', 'enter']; |
|
|
|
protected array $statusArr = ['leave', 'enter2']; |
|
|
|
|
|
|
|
// 进入车位 |
|
|
|
public function enterData($data) |
|
|
|
|