|
|
@ -7,6 +7,7 @@ import com.aucma.base.domain.BaseMaterialInfo;
|
|
|
|
import com.aucma.base.service.IBaseDeviceLedgerService;
|
|
|
|
import com.aucma.base.service.IBaseDeviceLedgerService;
|
|
|
|
import com.aucma.base.service.IBaseMaterialInfoService;
|
|
|
|
import com.aucma.base.service.IBaseMaterialInfoService;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
import java.util.HashMap;
|
|
|
|
import java.util.HashMap;
|
|
|
@ -17,6 +18,7 @@ import java.util.List;
|
|
|
|
* @Author YinQ
|
|
|
|
* @Author YinQ
|
|
|
|
* @create 2023-09-27 15:07
|
|
|
|
* @create 2023-09-27 15:07
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@Service
|
|
|
|
public class SAPPutStorageServiceImpl implements ISAPPutStorageService {
|
|
|
|
public class SAPPutStorageServiceImpl implements ISAPPutStorageService {
|
|
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|