first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JSMachine.WMS.RPC.ErpRPC.Dto.In.BusinessDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 原纸库存参数
|
||||
/// </summary>
|
||||
public class PaperStorageParam : BusinessParamBase
|
||||
{
|
||||
public string Barcode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user