<?php
declare (strict_types = 1);

namespace app\admin\model;

use think\Model;

/**
 * @mixin \think\Model
 */
class InvoicePay extends Model
{
	protected $createTime='addtime';
    protected $updateTime='updatetime';
}