This commit is contained in:
Lemon
2024-07-09 14:14:17 +08:00
13 changed files with 150 additions and 39 deletions

View File

@@ -26,4 +26,6 @@ public interface PersonalChargingRecordMapper {
int updateBatchSelective(List<PersonalChargingRecord> list);
int batchInsert(@Param("list") List<PersonalChargingRecord> list);
PersonalChargingRecord selectByTransactionCode(String transactionCode);
}