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

19 lines
266 B
PHP

<?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'
];
}