first commit
This commit is contained in:
19
pgserver/application/model/ReportTemplate.php
Normal file
19
pgserver/application/model/ReportTemplate.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace app\model;
|
||||
|
||||
use think\Db;
|
||||
use think\Log;
|
||||
|
||||
/**
|
||||
* Class AbcGuarantee
|
||||
* @package app\model
|
||||
* @author:
|
||||
*/
|
||||
class ReportTemplate extends Base
|
||||
{
|
||||
protected $autoWriteTimestamp = true;
|
||||
protected $type = [
|
||||
'report_info' => 'json'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user