api/app/models/AppInfo.php
2023-04-10 16:13:49 +08:00

12 lines
159 B
PHP

<?php
/**
* AppInfo表
* @author QZQ
*/
class AppInfo extends ModelBase{
public function initialize(){
$this->setSource("smsapioauth2_appinfo");
}
}