Files
pgserver3.0/pgserver/application/model/MethodProfit.php
annnj-company 130c1026c4 first commit
2026-04-17 18:29:53 +08:00

14 lines
145 B
PHP

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