dev_dahua_department
zhangxiongfeng 2026-08-04 09:14:51 +08:00
parent 5eb8642399
commit 92b48e7d5f
1 changed files with 2 additions and 0 deletions

View File

@ -11,12 +11,14 @@ import com.zcloud.primeport.domain.model.DaHuaPersonSyncCmd;
import com.zcloud.primeport.domain.model.DaHuaTempVehicleSaveCmd;
import com.zcloud.primeport.dto.DaHuaCarDeleteCmd;
import com.zcloud.primeport.dto.DaHuaPersonDeleteCmd;
import org.apache.dubbo.config.annotation.DubboService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Map;
@Service
@DubboService(version = "1.0.0", group = "primeport")
public class DaHuaServiceImpl implements DaHuaServiceI {
@Autowired