api/app/models/Appinfo.php

12 lines
159 B
PHP
Raw Normal View History

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