mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 21:03:17 +08:00
21 lines
315 B
PHP
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',
|
|
];
|
|
}
|