fitness-web/rest/models/FingerPrintEnterForm.php

20 lines
150 B
PHP

<?php
use yii\base\Model;
class FingerPrintEnterForm extends Model
{
public $fingerPrint;
public function enterDoor()
{
}
}