You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.6 KiB

4 years ago
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CK.SCP.Models.ScpEntity.ExcelImportEntity
{
public class SCP_PO_EXCEL
{
public string {set;get;}
public string QAD订单号 {set;get;}
public string { set; get; }
public string {set;get;}
public string {set;get;}
public string {set;get;}
public string {set;get;}
public string {set;get;}
public string {set;get;}
public string {set;get;}
public string {set;get;}
public string {set;get;}
public string { set; get; }
public string {set;get;}
public string { set; get; }
4 years ago
}
public class SCP_PO_DETAIL_IMPORT_MODEL
{
public string { get; set; } //PoBillNum
public string { get; set; } //PoLine
public string { get; set; } //PartDesc1"
public string { get; set; } //PartCode
public string { get; set; } //PlanQty"
public string { get; set; } //EndTime"
public string { get; set; } //PoUnit"
public string { get; set; } //PoUnit"
public string { get; set; }
}
}