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.
 
 
 
 
 

27 lines
1.0 KiB

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CK.SCP.Models.ScpEntity.ExcelExportEnttity
{
public class SCP_ASK_DETAIL_EXPORT
{
//public string 状态 {get;set;} //"State"
public string { get; set; } //"AskBillNum"
public string {get;set;} //"PoLine"
public string {get;set;} //"PartDesc1"
public string {get;set;} //"PartCode"
public string {get;set;} //"PoUnit"
public string {get;set;} //"PackQty"
// public string 币种 {get;set;} //"CurrencyDesc"
//public string 价格 {get;set;} //"Price"
public string {get;set;} //"AskQty"
public string { get; set; } //"ReMark"
public string { get; set; }
}
}