17 lines
209 B
PHP
17 lines
209 B
PHP
<?php
|
|
|
|
namespace app\model;
|
|
|
|
use think\Db;
|
|
use think\Log;
|
|
|
|
/**
|
|
* Class AbcGuarantee
|
|
* @package app\model
|
|
* @author: bordon
|
|
*/
|
|
class PublicExpense extends Base
|
|
{
|
|
protected $autoWriteTimestamp = true;
|
|
|
|
} |