<?php namespace app\common\model; use think\model; /** * Description of EnterpriseCloseAccount * * @author sgq */ class EnterpriseCloseAccount extends model { protected $table = "un_enterpriseclose_record"; }