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.

57 lines
1.4 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ibk.IPD.Entity.IPD_MR.HotRoll.QueryArgs
{
public class QpStdHeadQueryArgs
{
public DateTime START_TIME { get; set; }
public DateTime END_TIME { get; set; }
public string STDSPEC { get; set; }
public string STDSPEC_YY { get; set; }
public string STDSPEC_NAME_ENG { get; set; }
public string STDSPEC_NAME_CHN { get; set; }
public string STDSPEC_CHR_CD { get; set; }
public string DEV_STD_CD { get; set; }
public string START_GRAVITY { get; set; }
public string END_GRAVITY { get; set; }
public string STDSPEC_STLGRD { get; set; }
public string CERT_TYPE { get; set; }
public string STDSPEC_ORG_KND { get; set; }
public string STDSPEC_KND { get; set; }
public string START_PAINTNUM { get; set; }
public string END_PAINTNUM { get; set; }
public string STDSPEC_STAMP { get; set; }
public string START_GRAVITY_A { get; set; }
public string END_GRAVITY_A { get; set; }
public string START_GRAVITY_B { get; set; }
public string END_GRAVITY_B { get; set; }
public string MAIN_CLASS_NO { get; set; }
public string SUB_CLASS_NO { get; set; }
public string DEPART_NO { get; set; }
public string GROUP_NO { get; set; }
}
}