package com.ks.app.service; import com.ks.app.pojo.DO.AdminUser; public interface AdminUserService { public AdminUser selectByPrimaryKey(Long id); }