java110
2021-08-23 1d4e7dc07b0ef56d852a02ffc6f02df0d28d4549
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);
}