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.
35 lines
1.3 KiB
35 lines
1.3 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码是根据模板生成的。
|
|
//
|
|
// 手动更改此文件可能会导致应用程序中发生异常行为。
|
|
// 如果重新生成代码,则将覆盖对此文件的手动更改。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace foda
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class TES_PART_MSTR
|
|
{
|
|
public string GUID { get; set; }
|
|
public string PartCode { get; set; }
|
|
public string Desc1 { get; set; }
|
|
public string Desc2 { get; set; }
|
|
public string Um { get; set; }
|
|
public string ProdLine { get; set; }
|
|
public string AddDate { get; set; }
|
|
public string PartType { get; set; }
|
|
public string Status { get; set; }
|
|
public string Qgrade { get; set; }
|
|
public string InventoryCode { get; set; }
|
|
public string UID { get; set; }
|
|
public string Remark { get; set; }
|
|
public string TaskID { get; set; }
|
|
public string Domain { get; set; }
|
|
public string Site { get; set; }
|
|
public Nullable<System.DateTime> CreatTime { get; set; }
|
|
}
|
|
}
|
|
|