销售出库单
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MyCode.Project.Services.IServices
|
||||
{
|
||||
public interface ISalesOutboundService
|
||||
{
|
||||
string PushSalesOutboundToKingDee(string id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user