IPlatformWarehouseService.java 252 B

1234567891011
  1. package com.steerinfo.dil.service;
  2. import java.util.Map;
  3. public interface IPlatformWarehouseService {
  4. int platformInboundOrOut(Map<String, Object> map) throws Exception;
  5. int afterInwardOutbound(Map<String, Object> map) throws Exception;
  6. }