当前位置: 首页 > 工具软件 > ThinkAdmin > 使用案例 >

thinkadmin关联查询

敖涵容
2023-12-01

废话不多说直接上代码

	/**
     * 指定当前数据表
     * @var string
     */
    public $table = 'UserPay';
	
	/**
     * 缴费列表
     * @auth true
     * @menu true
     * @throws \think\Exception
     * @throws \think\db\exception\DataNotFoundException
     * @throws \think\db\exception\ModelNotFoundException
     * @throws \think\exception\DbException
     * @throws \think\exception\PDOException
     */
    public function index()
    
 类似资料: