大连融科 WMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
329 B

using System;
using System.Collections.Generic;
using SiaSun.LMS.Model;
using System.Text;
using System.ServiceModel;
using System.Data;
namespace SiaSun.LMS.Interface
{
[ServiceContract()]
public partial interface I_ERPService
{
[OperationContract]
string getInfo(string IN_XML);
}
}