<?php namespace app\common\dao\profit; use app\common\dao\BaseDao; use app\common\model\profit\ZeroUserProfitsDetail; class ZeroUserProfitDetailDao extends BaseDao { protected function getModel(): string { return ZeroUserProfitsDetail::class; } }