java110
2022-05-26 bdcb64f0293f27e2dfb3de12a60f6e8412cb962b
service-fee/src/main/java/com/java110/fee/dao/IPayFeeDetailMonthServiceDao.java
@@ -28,6 +28,8 @@
     */
    void savePayFeeDetailMonthInfo(Map info) throws DAOException;
    int savePayFeeDetailMonthInfos(Map info);
@@ -58,4 +60,5 @@
     */
    int queryPayFeeDetailMonthsCount(Map info);
}