'待审核',1=>'审核通过',2=>'已拒绝']; protected $name = 'member_deduction_limit'; protected $append = []; /** * 详情 * @param int $id * @return null|static */ public static function detail(int $id,$with =[]) { return self::get($id,$with); } }