1098226878
2021-09-07 15929f913857a779c6d4e792a203a5dacc62e6c8
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);
}