package com.cyksj.service.user; /* *项目名: netflix *文件名: UserBackService *创建者: JavaZou *创建时间:2023/9/5 12:19 */ public interface UserBackService { boolean isCustomer(Long adminId); }