first commit
This commit is contained in:
14
pgserver/application/model/MethodProfit.php
Normal file
14
pgserver/application/model/MethodProfit.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\model;
|
||||
|
||||
|
||||
use think\Db;
|
||||
|
||||
class MethodProfit extends Base
|
||||
{
|
||||
protected $type = [
|
||||
'market_research' => 'json'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user