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.

39 lines
879 B
C#

namespace ibk.IPD.Entity.IPD_PS.RequestArgs
{
public class SupersedeRequestArgs
{
public string ID { get; set; }
//钢板号
public string PLATE_NO { get; set; }
public string APLY_STDSPEC { get; set; }
public string PROC_CD { get; set; }
public string 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; }
//状态码( Y 确认替代 / N 拒绝替代)
public string STATE { get; set; }
}
}