|
|
@@ -27,10 +27,12 @@ import com.usoftchina.saas.storage.mapper.ProdInOutMapper;
|
|
|
import com.usoftchina.saas.storage.service.ProdInOutService;
|
|
|
import com.usoftchina.saas.utils.BeanMapper;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
import org.springframework.util.StringUtils;
|
|
|
|
|
|
import java.util.*;
|
|
|
|
|
|
+@Service
|
|
|
public class ProdInoutServiceImpl extends CommonBaseServiceImpl<ProdInOutMapper, ProdInOut> implements ProdInOutService {
|
|
|
|
|
|
@Autowired
|
|
|
@@ -39,7 +41,6 @@ public class ProdInoutServiceImpl extends CommonBaseServiceImpl<ProdInOutMapper,
|
|
|
private ProdInOutListMapper prodInOutListMapper;
|
|
|
@Autowired
|
|
|
private WarehouseApi warehouseApi;
|
|
|
-
|
|
|
@Autowired
|
|
|
private MaxnumberService maxnumberService;
|
|
|
|