add fingerpint rest
This commit is contained in:
19
rest/models/FingerPrintEnterForm.php
Normal file
19
rest/models/FingerPrintEnterForm.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
|
||||
use yii\base\Model;
|
||||
|
||||
class FingerPrintEnterForm extends Model
|
||||
{
|
||||
|
||||
public $fingerPrint;
|
||||
|
||||
|
||||
|
||||
public function enterDoor()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user