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.

34 lines
768 B
C#

namespace ibk.IPD.Entity.IPD_PS.QueryArgs
{
public class SupersedeQueryArgs
{
public string PLATE_NO { get; set; }
public string APLY_STDSPEC { get; set; }
public string PROC_CD { get; set; }
public string START_THK { get; set; }
public string END_THK { get; set; }
public string WID { get; set; }
public string LEN { get; set; }
public string WGT { get; set; }
public string REDO_HOT { get; set; }
public string SIZE_KND { get; set; }
public string TRIMMING { get; set; }
public string ORD_NO { get; set; }
public string SUB_RATE { get; set; }
public string ORD_ITEM { get; set; }
public string STLGRD { get; set; }
}
}