mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-19 21:48:03 +08:00
update 停车优惠配置接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user