You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
894 B
C#
40 lines
894 B
C#
using System;
|
|
|
|
namespace ibk.IPD.Entity.IPD_PS.QueryArgs
|
|
{
|
|
public class data
|
|
{
|
|
public string tustdeed_date { get; set; }
|
|
public string smp_item { get; set; }
|
|
|
|
public string test_charge { get; set; }
|
|
|
|
public string ext_src_sys_id { get; set; }
|
|
|
|
public string nqis { get; set; }
|
|
|
|
public string ins_time { get; set; }
|
|
|
|
public string sub_mat_no { get; set; }
|
|
|
|
public string mtrl_no { get; set; }
|
|
|
|
public string trustdeed_dept { get; set; }
|
|
|
|
public string spec { get; set; }
|
|
|
|
public string ins_date { get; set; }
|
|
|
|
public string smp_loc { get; set; }
|
|
|
|
public string cp_type { get; set; }
|
|
|
|
public string retest_flag { get; set; }
|
|
|
|
public string smp_no { get; set; }
|
|
|
|
public string trustdeed_no { get; set; }
|
|
|
|
public string type_flag { get; set; }
|
|
}
|
|
} |