去掉不要的

This commit is contained in:
tongfei
2024-01-08 15:51:26 +08:00
parent 83201e9eaa
commit 85efb2b41c
2 changed files with 1 additions and 7 deletions

View File

@@ -39,8 +39,7 @@
"EndpointAddress": "http://119.23.206.129/k3cloud/ERPGW.asmx",
"UserName": "mes",
"Password": "A1B2C3Dh.",
"ErpId": "ce20210909",
"PurchaseInstockFieldKeys": "FBillNo,FUOM,FSupplierId.FName,FPurchaseOrgId.FName,FMaterialName,FMaterialId.FNumber"
"ErpId": "ce20210909"
},
"OpsOptions": {
"Url": "http://39.108.150.2:8050/",

View File

@@ -28,10 +28,5 @@ namespace WMS.Web.Domain.Options
/// erp-Id
/// </summary>
public string ErpId { get; set; }
/// <summary>
/// 采购入库:字段
/// </summary>
public string PurchaseInstockFieldKeys { get; set; }
}
}