@@ -1,7 +1,9 @@
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);