old mode 100644
new mode 100755
| | |
| | | |
| | | |
| | | 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; |
| | |
| | | * @throws DAOException DAO异常 |
| | | */ |
| | | List<Map> getReportFeeYearCollectionInfo(Map info) throws DAOException; |
| | | List<Map> getReportFeeYearCollectionInfos(Map info) throws DAOException; |
| | | |
| | | |
| | | |
| | |
| | | */ |
| | | void updateReportFeeYearCollectionInfo(Map info) throws DAOException; |
| | | |
| | | /** |
| | | * 修改费用年收费信息 |
| | | * @param info 修改信息 |
| | | * @throws DAOException DAO异常 |
| | | */ |
| | | void deleteReportFeeYearCollectionInfo(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | | * 查询费用年收费总数 |