add fingerpint rest

This commit is contained in:
2020-01-06 10:50:57 +01:00
parent 14a5fbed33
commit b05f861667
13 changed files with 637 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
use yii\base\Model;
class FingerPrintEnterForm extends Model
{
public $fingerPrint;
public function enterDoor()
{
}
}