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