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.
31 lines
977 B
31 lines
977 B
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_MAXPO_DETAIL_EXPORT
|
|
{
|
|
public string 车型 { get; set; }
|
|
public string 零件号 { get; set; }
|
|
public string 原材物料号 { get; set; }
|
|
public string 材质 { get; set; }
|
|
public string 技术标准 { get; set; }
|
|
public string 起定量 { get; set; }
|
|
public string 订货量吨 { get; set; }
|
|
public string 订货件数 { get; set; }
|
|
|
|
public string 材料厂家 { get; set; }
|
|
public string 行号 { get; set; }
|
|
|
|
public string 预测1 { get; set; }
|
|
public string 预测2 { get; set; }
|
|
public string 预测3 { get; set; }
|
|
public string 预测4 { get; set; }
|
|
public string 预测5 { get; set; }
|
|
public string 预测6 { get; set; }
|
|
|
|
}
|
|
}
|
|
|