|
@@ -1,7 +1,9 @@
|
|
package com.huaxu.task.dao;
|
|
package com.huaxu.task.dao;
|
|
|
|
|
|
import com.huaxu.task.entity.PlanManage;
|
|
import com.huaxu.task.entity.PlanManage;
|
|
|
|
+import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
|
|
|
+@Mapper
|
|
public interface PlanManageMapper {
|
|
public interface PlanManageMapper {
|
|
|
|
|
|
int deleteByPrimaryKey(Integer id);
|
|
int deleteByPrimaryKey(Integer id);
|