<?php
// +----------------------------------------------------------------------
// | Copyright (c) 2017 http://www.sycit.cn
// +----------------------------------------------------------------------
// | Author: Peter.Zhang <hyzwd@outlook.com>
// +----------------------------------------------------------------------
// | Date: 2017/10/4
// +----------------------------------------------------------------------
// | Title: FinanceSort.php
// +----------------------------------------------------------------------
namespace app\index\model;
use think\Model;
class FinanceSort extends Model
{
}