12 lines
173 B
PHP
12 lines
173 B
PHP
<?php
|
|
/**
|
|
* Refreshtoken表
|
|
* @author QZQ
|
|
*/
|
|
class Refreshtoken extends AppModel{
|
|
|
|
public function initialize(){
|
|
$this->setSource("smsapioauth2_refreshtoken");
|
|
}
|
|
|
|
} |