lijunping 3 سال پیش
والد
کامیت
49d610c177
22فایلهای تغییر یافته به همراه132 افزوده شده و 88 حذف شده
  1. 10 8
      ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TAddressMapper.java
  2. 10 8
      ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TCntrMapper.java
  3. 10 8
      ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TCntrnoMapper.java
  4. 10 8
      ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TCntrtrackingMapper.java
  5. 10 8
      ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TCtnpriceItemsMapper.java
  6. 10 8
      ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TTemporaryFileMapper.java
  7. 10 8
      ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TVesselMapper.java
  8. 10 8
      ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TVoyageMapper.java
  9. 10 8
      ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TWarehousebillsCntrMapper.java
  10. 10 8
      ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TWarehousebillsCntritemsMapper.java
  11. 2 0
      ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysConfigMapper.java
  12. 2 0
      ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
  13. 2 0
      ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDictDataMapper.java
  14. 2 0
      ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserMapper.java
  15. 2 0
      ruoyi-warehouse/src/main/java/com/ruoyi/approvalFlow/mapper/AuditItemsMapper.java
  16. 2 0
      ruoyi-warehouse/src/main/java/com/ruoyi/approvalFlow/mapper/AuditItemsUsersMapper.java
  17. 2 0
      ruoyi-warehouse/src/main/java/com/ruoyi/basicData/mapper/TCorpsMapper.java
  18. 2 0
      ruoyi-warehouse/src/main/java/com/ruoyi/basicData/mapper/TCustomerContactMapper.java
  19. 2 0
      ruoyi-warehouse/src/main/java/com/ruoyi/basicData/mapper/TGoodsMapper.java
  20. 2 0
      ruoyi-warehouse/src/main/java/com/ruoyi/basicData/mapper/TWarehouseMapper.java
  21. 10 8
      ruoyi-warehouse/src/main/java/com/ruoyi/quotation/mapper/TSeapriceMapper.java
  22. 2 0
      ruoyi-warehouse/src/main/java/com/ruoyi/reportManagement/mapper/TWhgenlegMapper.java

+ 10 - 8
ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TAddressMapper.java

@@ -4,6 +4,7 @@ import java.util.List;
 import java.util.Map;
 
 import com.ruoyi.shipping.domain.TAddress;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 import org.springframework.security.core.parameters.P;
 
@@ -12,15 +13,16 @@ import java.util.Map;
 
 /**
  * 地点基础信息(港口 码头 堆场 航线)Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-03-22
  */
-public interface TAddressMapper 
+@Mapper
+public interface TAddressMapper
 {
     /**
      * 查询地点基础信息(港口 码头 堆场 航线)
-     * 
+     *
      * @param fId 地点基础信息(港口 码头 堆场 航线)ID
      * @return 地点基础信息(港口 码头 堆场 航线)
      */
@@ -28,7 +30,7 @@ public interface TAddressMapper
 
     /**
      * 查询地点基础信息(港口 码头 堆场 航线)列表
-     * 
+     *
      * @param tAddress 地点基础信息(港口 码头 堆场 航线)
      * @return 地点基础信息(港口 码头 堆场 航线)集合
      */
@@ -93,7 +95,7 @@ public interface TAddressMapper
 
     /**
      * 新增地点基础信息(港口 码头 堆场 航线)
-     * 
+     *
      * @param tAddress 地点基础信息(港口 码头 堆场 航线)
      * @return 结果
      */
@@ -101,7 +103,7 @@ public interface TAddressMapper
 
     /**
      * 修改地点基础信息(港口 码头 堆场 航线)
-     * 
+     *
      * @param tAddress 地点基础信息(港口 码头 堆场 航线)
      * @return 结果
      */
@@ -109,7 +111,7 @@ public interface TAddressMapper
 
     /**
      * 删除地点基础信息(港口 码头 堆场 航线)
-     * 
+     *
      * @param fId 地点基础信息(港口 码头 堆场 航线)ID
      * @return 结果
      */
@@ -117,7 +119,7 @@ public interface TAddressMapper
 
     /**
      * 批量删除地点基础信息(港口 码头 堆场 航线)
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 10 - 8
ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TCntrMapper.java

@@ -4,19 +4,21 @@ import java.util.List;
 import java.util.Map;
 
 import com.ruoyi.shipping.domain.TCntr;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 /**
  * 集装箱Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-03-22
  */
-public interface TCntrMapper 
+@Mapper
+public interface TCntrMapper
 {
     /**
      * 查询集装箱
-     * 
+     *
      * @param fId 集装箱ID
      * @return 集装箱
      */
@@ -24,7 +26,7 @@ public interface TCntrMapper
 
     /**
      * 查询集装箱列表
-     * 
+     *
      * @param tCntr 集装箱
      * @return 集装箱集合
      */
@@ -32,7 +34,7 @@ public interface TCntrMapper
 
     /**
      * 新增集装箱
-     * 
+     *
      * @param tCntr 集装箱
      * @return 结果
      */
@@ -40,7 +42,7 @@ public interface TCntrMapper
 
     /**
      * 修改集装箱
-     * 
+     *
      * @param tCntr 集装箱
      * @return 结果
      */
@@ -48,7 +50,7 @@ public interface TCntrMapper
 
     /**
      * 删除集装箱
-     * 
+     *
      * @param fId 集装箱ID
      * @return 结果
      */
@@ -56,7 +58,7 @@ public interface TCntrMapper
 
     /**
      * 批量删除集装箱
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 10 - 8
ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TCntrnoMapper.java

@@ -6,19 +6,21 @@ import java.util.Map;
 
 import com.ruoyi.shipping.domain.TCntrno;
 import com.ruoyi.shipping.excel.BoxMessage;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 /**
  * 集装箱号Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-03-22
  */
-public interface TCntrnoMapper 
+@Mapper
+public interface TCntrnoMapper
 {
     /**
      * 查询集装箱号
-     * 
+     *
      * @param fId 集装箱号ID
      * @return 集装箱号
      */
@@ -33,7 +35,7 @@ public interface TCntrnoMapper
 
     /**
      * 查询集装箱号列表
-     * 
+     *
      * @param tCntrno 集装箱号
      * @return 集装箱号集合
      */
@@ -55,7 +57,7 @@ public interface TCntrnoMapper
 
     /**
      * 新增集装箱号
-     * 
+     *
      * @param tCntrno 集装箱号
      * @return 结果
      */
@@ -63,7 +65,7 @@ public interface TCntrnoMapper
 
     /**
      * 修改集装箱号
-     * 
+     *
      * @param tCntrno 集装箱号
      * @return 结果
      */
@@ -78,7 +80,7 @@ public interface TCntrnoMapper
 
     /**
      * 删除集装箱号
-     * 
+     *
      * @param fId 集装箱号ID
      * @return 结果
      */
@@ -86,7 +88,7 @@ public interface TCntrnoMapper
 
     /**
      * 批量删除集装箱号
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 10 - 8
ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TCntrtrackingMapper.java

@@ -2,18 +2,20 @@ package com.ruoyi.shipping.mapper;
 
 import java.util.List;
 import com.ruoyi.shipping.domain.TCntrtracking;
+import org.apache.ibatis.annotations.Mapper;
 
 /**
  * 箱跟踪Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-03-22
  */
-public interface TCntrtrackingMapper 
+@Mapper
+public interface TCntrtrackingMapper
 {
     /**
      * 查询箱跟踪
-     * 
+     *
      * @param fId 箱跟踪ID
      * @return 箱跟踪
      */
@@ -21,7 +23,7 @@ public interface TCntrtrackingMapper
 
     /**
      * 查询箱跟踪列表
-     * 
+     *
      * @param tCntrtracking 箱跟踪
      * @return 箱跟踪集合
      */
@@ -29,7 +31,7 @@ public interface TCntrtrackingMapper
 
     /**
      * 新增箱跟踪
-     * 
+     *
      * @param tCntrtracking 箱跟踪
      * @return 结果
      */
@@ -37,7 +39,7 @@ public interface TCntrtrackingMapper
 
     /**
      * 修改箱跟踪
-     * 
+     *
      * @param tCntrtracking 箱跟踪
      * @return 结果
      */
@@ -45,7 +47,7 @@ public interface TCntrtrackingMapper
 
     /**
      * 删除箱跟踪
-     * 
+     *
      * @param fId 箱跟踪ID
      * @return 结果
      */
@@ -53,7 +55,7 @@ public interface TCntrtrackingMapper
 
     /**
      * 批量删除箱跟踪
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 10 - 8
ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TCtnpriceItemsMapper.java

@@ -2,20 +2,22 @@ package com.ruoyi.shipping.mapper;
 
 import java.util.List;
 import com.ruoyi.shipping.domain.TCtnpriceItems;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 import org.springframework.security.core.parameters.P;
 
 /**
  * 海运运价从Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-04-06
  */
-public interface TCtnpriceItemsMapper 
+@Mapper
+public interface TCtnpriceItemsMapper
 {
     /**
      * 查询海运运价从
-     * 
+     *
      * @param fId 海运运价从ID
      * @return 海运运价从
      */
@@ -23,7 +25,7 @@ public interface TCtnpriceItemsMapper
 
     /**
      * 查询海运运价从列表
-     * 
+     *
      * @param tCtnpriceItems 海运运价从
      * @return 海运运价从集合
      */
@@ -31,7 +33,7 @@ public interface TCtnpriceItemsMapper
 
     /**
      * 新增海运运价从
-     * 
+     *
      * @param tCtnpriceItems 海运运价从
      * @return 结果
      */
@@ -39,7 +41,7 @@ public interface TCtnpriceItemsMapper
 
     /**
      * 修改海运运价从
-     * 
+     *
      * @param tCtnpriceItems 海运运价从
      * @return 结果
      */
@@ -47,7 +49,7 @@ public interface TCtnpriceItemsMapper
 
     /**
      * 删除海运运价从
-     * 
+     *
      * @param fId 海运运价从ID
      * @return 结果
      */
@@ -69,7 +71,7 @@ public interface TCtnpriceItemsMapper
 
     /**
      * 批量删除海运运价从
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 10 - 8
ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TTemporaryFileMapper.java

@@ -1,6 +1,7 @@
 package com.ruoyi.shipping.mapper;
 
 import com.ruoyi.shipping.domain.TTemporaryFile;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 import org.springframework.security.core.parameters.P;
 
@@ -8,15 +9,16 @@ import java.util.List;
 
 /**
  * 凯和商务端上传箱信息暂存数据Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-07-01
  */
-public interface TTemporaryFileMapper 
+@Mapper
+public interface TTemporaryFileMapper
 {
     /**
      * 查询凯和商务端上传箱信息暂存数据
-     * 
+     *
      * @param fId 凯和商务端上传箱信息暂存数据ID
      * @return 凯和商务端上传箱信息暂存数据
      */
@@ -24,7 +26,7 @@ public interface TTemporaryFileMapper
 
     /**
      * 查询凯和商务端上传箱信息暂存数据列表
-     * 
+     *
      * @param tTemporaryFile 凯和商务端上传箱信息暂存数据
      * @return 凯和商务端上传箱信息暂存数据集合
      */
@@ -39,7 +41,7 @@ public interface TTemporaryFileMapper
 
     /**
      * 新增凯和商务端上传箱信息暂存数据
-     * 
+     *
      * @param tTemporaryFile 凯和商务端上传箱信息暂存数据
      * @return 结果
      */
@@ -47,7 +49,7 @@ public interface TTemporaryFileMapper
 
     /**
      * 修改凯和商务端上传箱信息暂存数据
-     * 
+     *
      * @param tTemporaryFile 凯和商务端上传箱信息暂存数据
      * @return 结果
      */
@@ -55,7 +57,7 @@ public interface TTemporaryFileMapper
 
     /**
      * 删除凯和商务端上传箱信息暂存数据
-     * 
+     *
      * @param fId 凯和商务端上传箱信息暂存数据ID
      * @return 结果
      */
@@ -70,7 +72,7 @@ public interface TTemporaryFileMapper
 
     /**
      * 批量删除凯和商务端上传箱信息暂存数据
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 10 - 8
ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TVesselMapper.java

@@ -4,18 +4,20 @@ import java.util.List;
 import java.util.Map;
 
 import com.ruoyi.shipping.domain.TVessel;
+import org.apache.ibatis.annotations.Mapper;
 
 /**
  * 船名Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-04-02
  */
-public interface TVesselMapper 
+@Mapper
+public interface TVesselMapper
 {
     /**
      * 查询船名
-     * 
+     *
      * @param fId 船名ID
      * @return 船名
      */
@@ -23,7 +25,7 @@ public interface TVesselMapper
 
     /**
      * 查询船名列表
-     * 
+     *
      * @param tVessel 船名
      * @return 船名集合
      */
@@ -31,7 +33,7 @@ public interface TVesselMapper
 
     /**
      * 新增船名
-     * 
+     *
      * @param tVessel 船名
      * @return 结果
      */
@@ -39,7 +41,7 @@ public interface TVesselMapper
 
     /**
      * 修改船名
-     * 
+     *
      * @param tVessel 船名
      * @return 结果
      */
@@ -47,7 +49,7 @@ public interface TVesselMapper
 
     /**
      * 删除船名
-     * 
+     *
      * @param fId 船名ID
      * @return 结果
      */
@@ -55,7 +57,7 @@ public interface TVesselMapper
 
     /**
      * 批量删除船名
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 10 - 8
ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TVoyageMapper.java

@@ -6,19 +6,21 @@ import java.util.LongSummaryStatistics;
 import java.util.Map;
 
 import com.ruoyi.shipping.domain.TVoyage;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 /**
  * 航次Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-04-02
  */
-public interface TVoyageMapper 
+@Mapper
+public interface TVoyageMapper
 {
     /**
      * 查询航次
-     * 
+     *
      * @param fId 航次ID
      * @return 航次
      */
@@ -26,7 +28,7 @@ public interface TVoyageMapper
 
     /**
      * 查询航次列表
-     * 
+     *
      * @param tVoyage 航次
      * @return 航次集合
      */
@@ -48,7 +50,7 @@ public interface TVoyageMapper
 
     /**
      * 新增航次
-     * 
+     *
      * @param tVoyage 航次
      * @return 结果
      */
@@ -56,7 +58,7 @@ public interface TVoyageMapper
 
     /**
      * 修改航次
-     * 
+     *
      * @param tVoyage 航次
      * @return 结果
      */
@@ -64,7 +66,7 @@ public interface TVoyageMapper
 
     /**
      * 删除航次
-     * 
+     *
      * @param fId 航次ID
      * @return 结果
      */
@@ -72,7 +74,7 @@ public interface TVoyageMapper
 
     /**
      * 批量删除航次
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 10 - 8
ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TWarehousebillsCntrMapper.java

@@ -2,18 +2,20 @@ package com.ruoyi.shipping.mapper;
 
 import java.util.List;
 import com.ruoyi.shipping.domain.TWarehousebillsCntr;
+import org.apache.ibatis.annotations.Mapper;
 
 /**
  * 凯和订单从Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-04-08
  */
-public interface TWarehousebillsCntrMapper 
+@Mapper
+public interface TWarehousebillsCntrMapper
 {
     /**
      * 查询凯和订单从
-     * 
+     *
      * @param fId 凯和订单从ID
      * @return 凯和订单从
      */
@@ -28,7 +30,7 @@ public interface TWarehousebillsCntrMapper
 
     /**
      * 查询凯和订单从列表
-     * 
+     *
      * @param tWarehousebillsCntr 凯和订单从
      * @return 凯和订单从集合
      */
@@ -36,7 +38,7 @@ public interface TWarehousebillsCntrMapper
 
     /**
      * 新增凯和订单从
-     * 
+     *
      * @param tWarehousebillsCntr 凯和订单从
      * @return 结果
      */
@@ -44,7 +46,7 @@ public interface TWarehousebillsCntrMapper
 
     /**
      * 修改凯和订单从
-     * 
+     *
      * @param tWarehousebillsCntr 凯和订单从
      * @return 结果
      */
@@ -52,7 +54,7 @@ public interface TWarehousebillsCntrMapper
 
     /**
      * 删除凯和订单从
-     * 
+     *
      * @param fId 凯和订单从ID
      * @return 结果
      */
@@ -60,7 +62,7 @@ public interface TWarehousebillsCntrMapper
 
     /**
      * 批量删除凯和订单从
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 10 - 8
ruoyi-shipping/src/main/java/com/ruoyi/shipping/mapper/TWarehousebillsCntritemsMapper.java

@@ -5,19 +5,21 @@ import java.util.Map;
 
 import com.ruoyi.shipping.domain.JoabBoxVo;
 import com.ruoyi.shipping.domain.TWarehousebillsCntritems;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 /**
  * 凯和箱明细Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-04-08
  */
-public interface TWarehousebillsCntritemsMapper 
+@Mapper
+public interface TWarehousebillsCntritemsMapper
 {
     /**
      * 查询凯和箱明细
-     * 
+     *
      * @param fId 凯和箱明细ID
      * @return 凯和箱明细
      */
@@ -32,7 +34,7 @@ public interface TWarehousebillsCntritemsMapper
 
     /**
      * 查询凯和箱明细列表
-     * 
+     *
      * @param tWarehousebillsCntritems 凯和箱明细
      * @return 凯和箱明细集合
      */
@@ -40,7 +42,7 @@ public interface TWarehousebillsCntritemsMapper
 
     /**
      * 新增凯和箱明细
-     * 
+     *
      * @param tWarehousebillsCntritems 凯和箱明细
      * @return 结果
      */
@@ -48,7 +50,7 @@ public interface TWarehousebillsCntritemsMapper
 
     /**
      * 修改凯和箱明细
-     * 
+     *
      * @param tWarehousebillsCntritems 凯和箱明细
      * @return 结果
      */
@@ -56,7 +58,7 @@ public interface TWarehousebillsCntritemsMapper
 
     /**
      * 删除凯和箱明细
-     * 
+     *
      * @param fId 凯和箱明细ID
      * @return 结果
      */
@@ -64,7 +66,7 @@ public interface TWarehousebillsCntritemsMapper
 
     /**
      * 批量删除凯和箱明细
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 2 - 0
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysConfigMapper.java

@@ -1,6 +1,7 @@
 package com.ruoyi.system.mapper;
 
 import com.ruoyi.system.domain.SysConfig;
+import org.apache.ibatis.annotations.Mapper;
 
 import java.util.List;
 
@@ -9,6 +10,7 @@ import java.util.List;
  *
  * @author ruoyi
  */
+@Mapper
 public interface SysConfigMapper {
     /**
      * 查询参数配置信息

+ 2 - 0
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java

@@ -2,6 +2,7 @@ package com.ruoyi.system.mapper;
 
 import java.util.List;
 
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 import com.ruoyi.common.core.domain.entity.SysDept;
 
@@ -10,6 +11,7 @@ import com.ruoyi.common.core.domain.entity.SysDept;
  *
  * @author ruoyi
  */
+@Mapper
 public interface SysDeptMapper {
     /**
      * 查询部门管理数据

+ 2 - 0
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDictDataMapper.java

@@ -2,6 +2,7 @@ package com.ruoyi.system.mapper;
 
 import java.util.List;
 
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 import com.ruoyi.common.core.domain.entity.SysDictData;
 
@@ -10,6 +11,7 @@ import com.ruoyi.common.core.domain.entity.SysDictData;
  *
  * @author ruoyi
  */
+@Mapper
 public interface SysDictDataMapper {
     /**
      * 根据条件分页查询字典数据

+ 2 - 0
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserMapper.java

@@ -1,6 +1,7 @@
 package com.ruoyi.system.mapper;
 
 import com.ruoyi.common.core.domain.entity.SysUser;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 import java.util.List;
@@ -11,6 +12,7 @@ import java.util.Map;
  *
  * @author ruoyi
  */
+@Mapper
 public interface SysUserMapper {
     /**
      * 根据条件分页查询用户列表

+ 2 - 0
ruoyi-warehouse/src/main/java/com/ruoyi/approvalFlow/mapper/AuditItemsMapper.java

@@ -5,6 +5,7 @@ import com.ruoyi.approvalFlow.domain.AuditPaths;
 import com.ruoyi.approvalFlow.domain.AuditPathsLevels;
 import com.ruoyi.approvalFlow.domain.dto.AppAuditItemDTO;
 import com.ruoyi.approvalFlow.domain.vo.AppAuditItemVO;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 import java.util.List;
@@ -18,6 +19,7 @@ import java.util.Objects;
  * @author ruoyi
  * @date 2021-01-21
  */
+@Mapper
 public interface AuditItemsMapper {
     /**
      * 查询审批流任务明细

+ 2 - 0
ruoyi-warehouse/src/main/java/com/ruoyi/approvalFlow/mapper/AuditItemsUsersMapper.java

@@ -1,6 +1,7 @@
 package com.ruoyi.approvalFlow.mapper;
 
 import com.ruoyi.approvalFlow.domain.AuditItemsUsers;
+import org.apache.ibatis.annotations.Mapper;
 
 import java.util.List;
 
@@ -10,6 +11,7 @@ import java.util.List;
  * @author ruoyi
  * @date 2021-01-21
  */
+@Mapper
 public interface AuditItemsUsersMapper {
     /**
      * 查询审批流任务明细用户

+ 2 - 0
ruoyi-warehouse/src/main/java/com/ruoyi/basicData/mapper/TCorpsMapper.java

@@ -7,6 +7,7 @@ import com.ruoyi.basicData.domain.TCorps;
 import com.ruoyi.basicData.domain.TCustomerContact;
 import com.ruoyi.common.core.domain.entity.SysDictData;
 import org.apache.ibatis.annotations.MapKey;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 import java.util.List;
@@ -18,6 +19,7 @@ import java.util.Map;
  * @author ruoyi
  * @date 2020-12-11
  */
+@Mapper
 public interface TCorpsMapper extends BaseMapper<TCorps> {
     /**
      * 查询客户详情

+ 2 - 0
ruoyi-warehouse/src/main/java/com/ruoyi/basicData/mapper/TCustomerContactMapper.java

@@ -2,6 +2,7 @@ package com.ruoyi.basicData.mapper;
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.ruoyi.basicData.domain.TCustomerContact;
+import org.apache.ibatis.annotations.Mapper;
 
 import java.util.List;
 import java.util.Map;
@@ -13,6 +14,7 @@ import java.util.Map;
  * @author ruoyi
  * @date 2020-12-11
  */
+@Mapper
 public interface TCustomerContactMapper extends BaseMapper<TCustomerContact> {
     /**
      * 查询客户联系人

+ 2 - 0
ruoyi-warehouse/src/main/java/com/ruoyi/basicData/mapper/TGoodsMapper.java

@@ -1,6 +1,7 @@
 package com.ruoyi.basicData.mapper;
 
 import com.ruoyi.basicData.domain.TGoods;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 import java.util.List;
@@ -13,6 +14,7 @@ import java.util.Map;
  * @author ruoyi
  * @date 2020-12-11
  */
+@Mapper
 public interface TGoodsMapper {
     /**
      * 查询商品详情

+ 2 - 0
ruoyi-warehouse/src/main/java/com/ruoyi/basicData/mapper/TWarehouseMapper.java

@@ -2,6 +2,7 @@ package com.ruoyi.basicData.mapper;
 
 
 import com.ruoyi.common.core.domain.entity.TWarehouse;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 import java.math.BigDecimal;
@@ -14,6 +15,7 @@ import java.util.Map;
  * @author ruoyi
  * @date 2020-12-11
  */
+@Mapper
 public interface TWarehouseMapper {
     /**
      * 查询仓库

+ 10 - 8
ruoyi-warehouse/src/main/java/com/ruoyi/quotation/mapper/TSeapriceMapper.java

@@ -2,6 +2,7 @@ package com.ruoyi.quotation.mapper;
 
 import com.ruoyi.quotation.domain.TSeaprice;
 import com.ruoyi.quotation.domain.TSeapriceitem;
+import org.apache.ibatis.annotations.Mapper;
 
 import java.math.BigDecimal;
 import java.util.List;
@@ -9,15 +10,16 @@ import java.util.Map;
 
 /**
  * 海运价主Mapper接口
- * 
+ *
  * @author ruoyi
  * @date 2021-06-01
  */
-public interface TSeapriceMapper 
+@Mapper
+public interface TSeapriceMapper
 {
     /**
      * 查询海运价主
-     * 
+     *
      * @param fId 海运价主ID
      * @return 海运价主
      */
@@ -25,7 +27,7 @@ public interface TSeapriceMapper
 
     /**
      * 查询海运价主列表
-     * 
+     *
      * @param tSeaprice 海运价主
      * @return 海运价主集合
      */
@@ -33,7 +35,7 @@ public interface TSeapriceMapper
 
     /**
      * 新增海运价主
-     * 
+     *
      * @param tSeaprice 海运价主
      * @return 结果
      */
@@ -41,7 +43,7 @@ public interface TSeapriceMapper
 
     /**
      * 修改海运价主
-     * 
+     *
      * @param tSeaprice 海运价主
      * @return 结果
      */
@@ -49,7 +51,7 @@ public interface TSeapriceMapper
 
     /**
      * 删除海运价主
-     * 
+     *
      * @param fId 海运价主ID
      * @return 结果
      */
@@ -57,7 +59,7 @@ public interface TSeapriceMapper
 
     /**
      * 批量删除海运价主
-     * 
+     *
      * @param fIds 需要删除的数据ID
      * @return 结果
      */

+ 2 - 0
ruoyi-warehouse/src/main/java/com/ruoyi/reportManagement/mapper/TWhgenlegMapper.java

@@ -6,6 +6,7 @@ import com.ruoyi.reportManagement.domain.vo.WhgenlegVO;
 import com.ruoyi.reportManagement.excel.Whgenleg;
 import com.ruoyi.warehouseBusiness.domain.TWarehouseBills;
 import com.ruoyi.warehouseBusiness.domain.vo.CalculateStorageFeesInfoVO;
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 import java.util.Date;
@@ -18,6 +19,7 @@ import java.util.Map;
  * @author ruoyi
  * @date 2020-12-11
  */
+@Mapper
 public interface TWhgenlegMapper {
     /**
      * 查询库存总账