Package cn.com.byd.iservice

Examples of cn.com.byd.iservice.IReceive


  public static void main(String[] args) {
    try {
      initTestData();

      IReceive receive;
      receive = (IReceive)FactoryBuilder.getBeanFactory().getBean("receiveModule");
      String asnNo = "123456789";

      String result = receive.saveReceive(asnNo);
      System.out.println("result=>" + result);
    } catch (WmsException e) {
      e.printStackTrace();
    } catch (AppExceptin e) {
      e.printStackTrace();
View Full Code Here

TOP

Related Classes of cn.com.byd.iservice.IReceive

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.