api/app/models/TempCode.php

12 lines
162 B
PHP
Raw Normal View History

2023-04-10 16:13:49 +08:00
<?php
/**
* TempCode表
* @author QZQ
*/
class TempCode extends ModelBase{
public function initialize(){
$this->setSource("smsapioauth2_tempcode");
}
}