| | |
| | | package com.java110.report.dao; |
| | | |
| | | |
| | | import com.java110.dto.reportOweFee.ReportOweFeeItemDto; |
| | | import com.java110.utils.exception.DAOException; |
| | | import com.java110.entity.merchant.BoMerchant; |
| | | import com.java110.entity.merchant.BoMerchantAttr; |
| | | import com.java110.entity.merchant.Merchant; |
| | | import com.java110.entity.merchant.MerchantAttr; |
| | | |
| | | |
| | | import java.util.List; |
| | |
| | | */ |
| | | void updateReportOweFeeInfo(Map info) throws DAOException; |
| | | |
| | | void deleteReportOweFeeInfo(Map info) throws DAOException; |
| | | int deleteReportOweFeeInfo(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |