加入erp的相关服务
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Core.Dto.Erp.Purchase
|
||||
{
|
||||
/// <summary>
|
||||
/// erp-采购入库-返回数据源
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class ErpPurchaseInStockResultDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 单据编号
|
||||
/// </summary>
|
||||
public string BillNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料规格信号
|
||||
/// </summary>
|
||||
public string Specifications { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user