update 停车优惠配置接口

This commit is contained in:
jsowell
2026-07-08 16:41:15 +08:00
parent cace7f692f
commit 4986239cd4
3 changed files with 39 additions and 7 deletions

View File

@@ -24,4 +24,9 @@ public interface ChargeParkingDiscountMapper {
int insertOrUpdateSelective(ChargeParkingDiscount record);
ChargeParkingDiscount selectByStationId(String stationId);
}
int logicDeleteByStationIdExcludeId(@Param("stationId") String stationId,
@Param("keepId") Integer keepId,
@Param("updateBy") String updateBy,
@Param("updateTime") java.util.Date updateTime);
}