فهرست منبع

新增task、order 目录

wangbo 4 سال پیش
والد
کامیت
ed157a18c5
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      operation_manager/src/main/java/com/huaxu/task/dao/PlanManageMapper.java

+ 2 - 0
operation_manager/src/main/java/com/huaxu/task/dao/PlanManageMapper.java

@@ -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);