添加项目文件。
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JinYuan.Models
|
||||
{
|
||||
public class PrintData
|
||||
{
|
||||
public string siteCode { get; set; }
|
||||
public string lineCode { get; set; }
|
||||
public string equipName { get; set; }
|
||||
public string ContainerCode { get; set; }
|
||||
public string weight { get; set; }
|
||||
public string containerTypeCode { get; set; }
|
||||
public string virtualContainerCode { get; set; }
|
||||
public string groupNum { get; set; }
|
||||
public string supplierCode { get; set; }
|
||||
public string customerCode { get; set; }
|
||||
public string customerName { get; set; }
|
||||
public string packQty { get; set; }
|
||||
public string batchQty { get; set; }
|
||||
public string soNum { get; set; }
|
||||
public string customerOrder { get; set; }
|
||||
public string soLineNum { get; set; }
|
||||
public string materialCode { get; set; }
|
||||
public string materialName { get; set; }
|
||||
public string model { get; set; }
|
||||
public string grade { get; set; }
|
||||
public string voltage { get; set; }
|
||||
public string inresistance { get; set; }
|
||||
public string capacity { get; set; }
|
||||
public string productDate { get; set; }
|
||||
public string rohs { get; set; }
|
||||
public string locatorCode { get; set; }
|
||||
public string locatorName { get; set; }
|
||||
public string enableFlag { get; set; }
|
||||
public string actualLoadQty { get; set; }
|
||||
public string palletCode { get; set; }
|
||||
public string containerCode { get; set; }
|
||||
public string poNum { get; set; }
|
||||
public string autoFlag { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user