package com.blog.dao;
import com.blog.domain.Admin;
import org.springframework.stereotype.Repository;
@Repository
public interface AdminDao {
    int deleteByPrimaryKey(Integer id);
    int insert(Admin record);
    int insertSelective(Admin record);
    Admin selectByPrimaryKey(Integer id);
    int updateByPrimaryKeySelective(Admin record);
    int updateByPrimaryKey(Admin record);
}
 最近下载更多
最近下载更多
                
 
                 
                 
                 最近浏览
最近浏览