mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update
This commit is contained in:
@@ -10,7 +10,6 @@ import com.jsowell.pile.vo.uniapp.PersonalPileInfoVO;
|
||||
import com.jsowell.pile.vo.uniapp.PileConnectorDetailVO;
|
||||
import com.jsowell.pile.vo.web.IndexGeneralSituationVO;
|
||||
import com.jsowell.pile.vo.web.PileDetailVO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -168,7 +167,6 @@ public interface IPileBasicInfoService {
|
||||
|
||||
/**
|
||||
* 批量修改充电桩运营商
|
||||
* @param oldMerchantId
|
||||
*/
|
||||
void updatePileMerchantBatch(String oldMerchantId, String newMerchantId);
|
||||
void updatePileMerchantBatch(List<Long> pileIdList, String newMerchantId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user