package com.yeshi.fanli.dao.mybatis; import com.yeshi.fanli.entity.common.AdminUser; public interface AdminUserMapper { int deleteByPrimaryKey(Long id); int insert(AdminUser record); int insertSelective(AdminUser record); AdminUser selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(AdminUser record); int updateByPrimaryKey(AdminUser record); }