using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsQC_NoPassProdDisposeBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
|
public int HDisposeDeptID; // ´¦Àí²¿ÃÅ
|
|
public int HDisposeProcID; // ´¦Àí¹¤Ðò
|
|
public int HDisposeEmpID; // ´¦ÀíÈË
|
|
public string HCheckerResult; // ´¦Àí½áÂÛ
|
|
public int HBadTypeID; // ²»Á¼ÀàÐÍ £¨Gy_BadType£©
|
|
public int HBadReasonID; //²»Á¼ÔÒò£¨Gy_BadReason£©
|
|
public string HDisposeNote; // ´¦Àí½áÂÛÏêÇé
|
|
public string HNote; // ¾ÀÕý¼°Ô¤·À´ëÊ©
|
|
public string HSendMan; // ·¢ËÍÈË(gy_czygl)
|
|
public string HReceiveMan; // ½ÓÊÕÈË(gy_czygl)
|
|
public string HCopyMan; // ³ËÍ(gy_czygl)
|
}
|
}
|