煤科院现场调试提交
This commit is contained in:
35
WCS.Model/ApiModel/MKYBackgroundThread/SysOrderRequest.cs
Normal file
35
WCS.Model/ApiModel/MKYBackgroundThread/SysOrderRequest.cs
Normal file
@ -0,0 +1,35 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WCS.Model.ApiModel.MKYBackgroundThread
|
||||
{
|
||||
public class SysOrderRequest
|
||||
{
|
||||
public string itemNo { get; set; }
|
||||
|
||||
|
||||
public string guid { get; set; }
|
||||
|
||||
|
||||
public string matCode { get; set; }
|
||||
|
||||
|
||||
public string matBatch { get; set; }
|
||||
|
||||
|
||||
public string matSN { get; set; }
|
||||
|
||||
|
||||
public string orderNumber { get; set; }
|
||||
|
||||
|
||||
public int orderType { get; set; }
|
||||
|
||||
|
||||
public string storeCode { get; set; }
|
||||
|
||||
|
||||
public int qty { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user