修改bug1

This commit is contained in:
齐天大圣 2024-01-15 10:07:54 +08:00
parent 8889a06565
commit 13bf3ba524

View File

@ -99,4 +99,5 @@ public interface CardFuelRecordService {
IPage<CardFuelRecordDTO> test(Page page, String cardFuelRecord) throws JsonProcessingException;
void fuleRechargeFinallDeal(String orderNo) throws JsonProcessingException;
}