|
@@ -3,6 +3,7 @@ package com.rongwei.zhsw.system.dao;
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import com.rongwe.zhsw.system.domain.SwBillManagementPaidDo;
|
|
|
+import com.rongwe.zhsw.system.domain.SwBillingRecordDo;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
@@ -15,7 +16,7 @@ import java.util.List;
|
|
|
* @since 2025-03-07 16:49:11
|
|
|
*/
|
|
|
@Mapper
|
|
|
-public interface SwBillManagementPaidDao extends BaseMapper<SwBillManagementPaidDo> {
|
|
|
+public interface SwBillManagementPaidDao extends CommonMapper<SwBillManagementPaidDo> {
|
|
|
|
|
|
|
|
|
void deleteByIds(@Param("idList") List<String> idList);
|