30 lines
1004 B
C#
30 lines
1004 B
C#
namespace OI.Metrology.Archive.Models.Binder;
|
|
|
|
public class Max
|
|
{
|
|
|
|
#pragma warning disable
|
|
|
|
public string reactor_type { get; set; }
|
|
public int reactor { get; set; }
|
|
public string ls_id { get; set; }
|
|
public string zone { get; set; }
|
|
public string load_lock_side { get; set; }
|
|
public int rds_no { get; set; }
|
|
public string ps_no { get; set; }
|
|
public string recipe_name { get; set; }
|
|
public int recipe_no { get; set; }
|
|
public string spec_type { get; set; }
|
|
public string spec_thick_mtool { get; set; }
|
|
public string spec_thick_mrecipe { get; set; }
|
|
public string spec_res_mtool { get; set; }
|
|
public string spec_res_mrecipe { get; set; }
|
|
public string spec_cres_mtool { get; set; }
|
|
public string spec_cres_mrecipe { get; set; }
|
|
public int ci_no { get; set; }
|
|
public int? mv_no { get; set; }
|
|
public string scan_tool { get; set; }
|
|
public string spec_surfscan_recipe { get; set; }
|
|
public int? spec_ss_samp_qty { get; set; }
|
|
|
|
} |