mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -157,4 +157,10 @@ public interface PileBasicInfoMapper {
|
||||
* 批量修改充电桩运营商
|
||||
*/
|
||||
void updatePileMerchantBatch(@Param("pileIdList") List<Long> pileIdList, @Param("newMerchantId") String newMerchantId);
|
||||
|
||||
/**
|
||||
* 获取最新一条桩的数据
|
||||
* @return
|
||||
*/
|
||||
PileBasicInfo getMaxNumPileInfo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user