update 创建运营商同步创建管理员账号

This commit is contained in:
2023-07-01 15:54:54 +08:00
parent 98629f25d8
commit 6ea8d2ef24
4 changed files with 102 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
package com.jsowell.pile.service;
import com.jsowell.pile.domain.PileMerchantInfo;
import com.jsowell.pile.dto.CreateMerchantDTO;
import com.jsowell.pile.vo.base.MerchantInfoVO;
import java.util.List;
@@ -34,7 +35,7 @@ public interface IPileMerchantInfoService {
* @param pileMerchantInfo 充电桩运营商信息
* @return 结果
*/
public int insertPileMerchantInfo(PileMerchantInfo pileMerchantInfo);
public int insertPileMerchantInfo(CreateMerchantDTO pileMerchantInfo);
/**
* 修改充电桩运营商信息