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

17 lines
204 B
PHP

<?php
namespace app\model;
use think\Db;
use think\Log;
/**
* Class AbcGuarantee
* @package app\model
* @author: bordon
*/
class Taxation extends Base
{
protected $autoWriteTimestamp = true;
}