package com.huaxu.task.dao; import com.huaxu.task.entity.PlanManage; import org.apache.ibatis.annotations.Mapper; @Mapper public interface PlanManageMapper { int deleteByPrimaryKey(Integer id); int insertSelective(PlanManage record); PlanManage selectByPrimaryKey(Integer id); int updateByPrimaryKeySelective(PlanManage record); }