14 lines
145 B
PHP
14 lines
145 B
PHP
<?php
|
|
|
|
|
|
namespace app\model;
|
|
|
|
|
|
use think\Db;
|
|
|
|
class MethodProfit extends Base
|
|
{
|
|
protected $type = [
|
|
'market_research' => 'json'
|
|
];
|
|
} |