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.

249 lines
6.3 KiB
C#

5 months ago
using SOA.Persistent;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SlabHandle
{
[Serializable, Table("EP_REQ_SLAB_D")]
public class EP_REQ_SLAB_D
{
//申请日期
[Persistent("REQ_SEQ_NO"), DisplayName("申请日期")]
public string REQ_SEQ_NO { get; set; }
//轧件分块顺序
[Persistent("BLOCK_SEQ"), DisplayName("轧件分块顺序")]
public string BLOCK_SEQ { get; set; }
//顺序
[Persistent("SEQ"), DisplayName("顺序")]
public string SEQ { get; set; }
//订单号
[Persistent("ORD_NO"), DisplayName("订单号")]
public string ORD_NO { get; set; }
//订单序列号
[Persistent("ORD_ITEM"), DisplayName("订单序列号")]
public string ORD_ITEM { get; set; }
//订单数量
[Persistent("ORD_CNT"), DisplayName("订单数量")]
public decimal ORD_CNT { get; set; }
//过量生产代码
[Persistent("OVER_FL"), DisplayName("过量生产代码")]
public string OVER_FL { get; set; }
//产品代码
[Persistent("PROD_CD"), DisplayName("产品代码")]
public string PROD_CD { get; set; }
//钢种
[Persistent("STLGRD"), DisplayName("钢种")]
public string STLGRD { get; set; }
//厚度
[Persistent("THK"), DisplayName("厚度")]
public Decimal THK { get; set; }
//宽度
[Persistent("WID"), DisplayName("宽度")]
public Decimal WID { get; set; }
//长度
[Persistent("LEN"), DisplayName("长度")]
public Decimal LEN { get; set; }
//重量
[Persistent("WGT"), DisplayName("重量")]
public Decimal WGT { get; set; }
//数量
[Persistent("CNT"), DisplayName("数量")]
public decimal CNT { get; set; }
//控轧代码
[Persistent("CR_CD"), DisplayName("控轧代码")]
public string CR_CD { get; set; }
//超声波探伤代码
[Persistent("UST_FL"), DisplayName("超声波探伤代码")]
public string UST_FL { get; set; }
//切边代码
[Persistent("TRIM_FL"), DisplayName("切边代码")]
public string TRIM_FL { get; set; }
//取样代码
[Persistent("SMP_FL"), DisplayName("取样代码")]
public string SMP_FL { get; set; }
//取样位置
[Persistent("SMP_LOC"), DisplayName("取样位置")]
public string SMP_LOC { get; set; }
//取样长度
[Persistent("SMP_LEN"), DisplayName("取样长度")]
public Decimal SMP_LEN { get; set; }
//试样编号
[Persistent("SMP_NO"), DisplayName("试样编号")]
public string SMP_NO { get; set; }
//录入日期
[Persistent("INS_DATE"), DisplayName("录入日期")]
public string INS_DATE { get; set; }
//录入时刻
[Persistent("INS_TIME"), DisplayName("录入时刻")]
public string INS_TIME { get; set; }
//变更程序ID
[Persistent("UPD_PGMID"), DisplayName("变更程序ID")]
public string UPD_PGMID { get; set; }
//设计取样长度
[Persistent("DESIGN_SMP_LEN"), DisplayName("设计取样长度")]
public Decimal DESIGN_SMP_LEN { get; set; }
//取样富余长度
[Persistent("CUT_SPARE_LEN"), DisplayName("取样富余长度")]
public Decimal CUT_SPARE_LEN { get; set; }
//喷印1
[Persistent("MARKING1"), DisplayName("喷印1")]
public string MARKING1 { get; set; }
//喷印2
[Persistent("MARKING2"), DisplayName("喷印2")]
public string MARKING2 { get; set; }
//喷印3
[Persistent("MARKING3"), DisplayName("喷印3")]
public string MARKING3 { get; set; }
//冲印
[Persistent("STAMPING"), DisplayName("冲印")]
public string STAMPING { get; set; }
//侧喷
[Persistent("EDGE_MARKING"), DisplayName("侧喷")]
public string EDGE_MARKING { get; set; }
//板坯切割顺序
[Persistent("SLAB_CUT_SEQ"), DisplayName("板坯切割顺序")]
public string SLAB_CUT_SEQ { get; set; }
//板坯长度
[Persistent("SLAB_LEN"), DisplayName("板坯长度")]
public Decimal SLAB_LEN { get; set; }
//板坯重量
[Persistent("SLAB_WGT"), DisplayName("板坯重量")]
public Decimal SLAB_WGT { get; set; }
//热处理抛丸
[Persistent("HTM_SHOT_BLAST"), DisplayName("热处理抛丸")]
public string HTM_SHOT_BLAST { get; set; }
//热处理方法1
[Persistent("HTM_METH1"), DisplayName("热处理方法1")]
public string HTM_METH1 { get; set; }
//热处理条件1
[Persistent("HTM_COND1"), DisplayName("热处理条件1")]
public string HTM_COND1 { get; set; }
//热处理方法2
[Persistent("HTM_METH2"), DisplayName("热处理方法2")]
public string HTM_METH2 { get; set; }
//热处理条件2
[Persistent("HTM_COND2"), DisplayName("热处理条件2")]
public string HTM_COND2 { get; set; }
//热处理方法3
[Persistent("HTM_METH3"), DisplayName("热处理方法3")]
public string HTM_METH3 { get; set; }
//热处理条件3
[Persistent("HTM_COND3"), DisplayName("热处理条件3")]
public string HTM_COND3 { get; set; }
//订单材/余材代码
[Persistent("ORD_FL"), DisplayName("订单材/余材代码")]
public string ORD_FL { get; set; }
[Persistent("MID_SMP_LEN"), DisplayName("")]
public Decimal MID_SMP_LEN { get; set; }
//配置形状
[Persistent("POSITION_TYPE"), DisplayName("配置形状")]
public string POSITION_TYPE { get; set; }
//X坐标
[Persistent("POSITION_X"), DisplayName("X坐标")]
public decimal POSITION_X { get; set; }
//Y坐标
[Persistent("POSITION_Y"), DisplayName("Y坐标")]
public decimal POSITION_Y { get; set; }
//使用FLG
[Persistent("USE_FLG"), DisplayName("使用FLG")]
public string USE_FLG { get; set; }
}
}