md
This commit is contained in:
parent
58c4b876f5
commit
8841d9809f
@ -12,18 +12,11 @@ package com.xdadan.erp.oms.service.impl;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import cn.hutool.core.collection.CollectionUtil;
|
||||
import com.xdadan.erp.oms.domain.EmisCountryArea;
|
||||
import com.xdadan.erp.oms.domain.EmisRegion;
|
||||
import com.xdadan.erp.oms.mapper.EmisCountryAreaMapper;
|
||||
import com.xdadan.erp.oms.mapper.EmisRegionMapper;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import com.xdadan.erp.oms.domain.EmisDestination;
|
||||
import com.xdadan.erp.oms.mapper.EmisDestinationMapper;
|
||||
import com.xdadan.erp.oms.service.IEmisDestinationService;
|
||||
import org.springframework.util.CollectionUtils;
|
||||
|
||||
/**
|
||||
* 目的地Service业务层处理
|
||||
@ -37,7 +30,6 @@ public class EmisDestinationServiceImpl implements IEmisDestinationService
|
||||
@Autowired
|
||||
private EmisDestinationMapper emisDestinationMapper;
|
||||
|
||||
|
||||
/**
|
||||
* 查询目的地列表
|
||||
*
|
||||
@ -51,5 +43,4 @@ public class EmisDestinationServiceImpl implements IEmisDestinationService
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user