Skip to content

idragonet/U9CustDLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U9CustDLL

This is a collection of business interfaces for Yonyou ERP U9 interface customization

Getting Started

After compilation in Visual Studio, copy the DLL file to C:\yonyou\U9V60\Portal\ApplicationServer\Libs\CustDLL

Usage in C#

  var u9Webapi = new ServiceU9WEBAPIFactoryProxy();
  u9Webapi.Action = "KK1000BP";
  u9Webapi.JsonStr = JsonConvert.SerializeObject(listInDto); 
  var ret = u9Webapi.Do();
  if (ret.IsSuccess)
  {
      LoadMainGrid();
      ShowWindowStatus("产生退料单:"+ret.Message, true,false);
  }
  else

  {
      Model.ErrorMessage.Message = ret.Message; 
  }

Use in POSTMAN

image

Provide a list of interfaces

目录 功能 官方接口 项目 说明
UFIDA.U9.Cust.ItemMasterCreate 新增料品 UFIDA.U9.ISV.Item.BatchCreateItemByDTOSRV 上海湃睿PLM 支持批量
UFIDA.U9.Cust.ItemMasterUpdate 修改料品 UFIDA.U9.ISV.Item.BatchModifyItemByDTOSRV 上海湃睿PLM 支持批量
UFIDA.U9.Cust.BOMCreate 新增BOM UFIDA.U9.ISV.MFG.BOM.Proxy.CreateBOMSvProxy 上海湃睿PLM 支持批量
UFIDA.U9.Cust.BOMUpdate 修改BOM UFIDA.U9.ISV.MFG.BOM.Proxy.QueryBOMSvProxy 上海湃睿PLM 支持批量

License

This project is licensed under the Apache-2.0 license

About

U9接口客开DLL集合

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages