This commit is contained in:
toom1996
2025-07-04 09:50:30 +08:00
parent bb9639ce0c
commit b4416260fd
8 changed files with 53 additions and 5 deletions

View File

@ -23,6 +23,9 @@ namespace App\Model;
* @property string $app_extra
* @property string $app_logo
* @property int $app_template
* @property string $app_telephone
* @property string $app_download_url
* @property string $app_extra_tag
*/
class AppWebsiteConfig extends Model
{