2025-10-16 21:07:43 +08:00

21 lines
315 B
PHP

<?php
namespace app\admin\model\shopro\notification;
use app\admin\model\shopro\Common;
class Config extends Common
{
protected $name = 'shopro_notification_config';
protected $type = [
'content' => 'json',
];
protected $append = [
'status_text',
];
}