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.
23 lines
592 B
23 lines
592 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_APPLIANCE_EXPOPT
|
|
{
|
|
public string 零件号码;
|
|
public string 材质;
|
|
public string 收货口;
|
|
public string 零件描述;
|
|
public string 车型;
|
|
public string 标包数;
|
|
public string 背番号;
|
|
public string 所番地;
|
|
public string 箱种;
|
|
public string 后工程;
|
|
public string 供应商代码;
|
|
}
|
|
}
|
|
|