| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449 |
- using System;
- using System.Text;
- namespace com.hnshituo.pur.vo
- {
- [Serializable]
- public class CheckconsignBaseinfo
- {
- /** 检验编号 */
- private string checkNo;
- public string CheckNo
- {
- get { return checkNo; }
- set { checkNo = value; }
- }
- /** 批次号(检验的生产批号等于取样批) (待删除) */
- private string batchNo;
- public string BatchNo
- {
- get { return batchNo; }
- set { batchNo = value; }
- }
- /** 标准基础信息索引号MIC+7位流水 */
- private string mic;
- public string Mic
- {
- get { return mic; }
- set { mic = value; }
- }
- /** 原材料规范描述用,分割 物料+牌号+产品标准+技术标准+组别+级别 + 验证方式 */
- private string micDesc;
- public string MicDesc
- {
- get { return micDesc; }
- set { micDesc = value; }
- }
- /** 物料中类代码 */
- private string matClassCode;
- public string MatClassCode
- {
- get { return matClassCode; }
- set { matClassCode = value; }
- }
- /** 物料中类名称 */
- private string matClassName;
- public string MatClassName
- {
- get { return matClassName; }
- set { matClassName = value; }
- }
- /** 物料编码 PUR_MAT PC_FLAG = ‘1’ AND VALIDFLAG = ‘1’ ITEM_CODE */
- private string itemCode;
- public string ItemCode
- {
- get { return itemCode; }
- set { itemCode = value; }
- }
- /** 试样名称 PUR_MAT PC_FLAG = ‘1’ AND VALIDFLAG = ‘1’ ITEM_NAME */
- private string itemName;
- public string ItemName
- {
- get { return itemName; }
- set { itemName = value; }
- }
- /** 牌号 */
- private string grade;
- public string Grade
- {
- get { return grade; }
- set { grade = value; }
- }
- /** 主键ID PUR_STANDARDS VALIDFLAG = ‘1’ */
- private string standardsId;
- public string StandardsId
- {
- get { return standardsId; }
- set { standardsId = value; }
- }
- /** 采购标准编号 产品标准 */
- private string standardsCode;
- public string StandardsCode
- {
- get { return standardsCode; }
- set { standardsCode = value; }
- }
- /** 内控标准ID(技术标准) */
- private string productStdId;
- public string ProductStdId
- {
- get { return productStdId; }
- set { productStdId = value; }
- }
- /** 内控标准(技术标准) */
- private string productStd;
- public string ProductStd
- {
- get { return productStd; }
- set { productStd = value; }
- }
- /** 合同号 */
- private string orderNo;
- public string OrderNo
- {
- get { return orderNo; }
- set { orderNo = value; }
- }
- /** 供应商(显示) */
- private string suppName;
- public string SuppName
- {
- get { return suppName; }
- set { suppName = value; }
- }
- /** 发站 起始站 */
- private string sendStation;
- public string SendStation
- {
- get { return sendStation; }
- set { sendStation = value; }
- }
- /** 发货单位 */
- private string sendDept;
- public string SendDept
- {
- get { return sendDept; }
- set { sendDept = value; }
- }
- /** 车船次 */
- private string carNum;
- public string CarNum
- {
- get { return carNum; }
- set { carNum = value; }
- }
- /** 车船号 */
- private string carNo;
- public string CarNo
- {
- get { return carNo; }
- set { carNo = value; }
- }
- /** 到站时间(到货日期) */
- private string arriveStationTime;
- public string ArriveStationTime
- {
- get { return arriveStationTime; }
- set { arriveStationTime = value; }
- }
- /** 重量(供货量) */
- private string weight;
- public string Weight
- {
- get { return weight; }
- set { weight = value; }
- }
- /** 重量单位 */
- private string weightUnit;
- public string WeightUnit
- {
- get { return weightUnit; }
- set { weightUnit = value; }
- }
- /** 0为初检,1为复检(样品类型) */
- private string checkCount;
- public string CheckCount
- {
- get { return checkCount; }
- set { checkCount = value; }
- }
- /** 委托单位 */
- private string consignDept;
- public string ConsignDept
- {
- get { return consignDept; }
- set { consignDept = value; }
- }
- /** 委托人(MES为质量下发委托,其他为调度人) */
- private string consignName;
- public string ConsignName
- {
- get { return consignName; }
- set { consignName = value; }
- }
- /** 委托时间 */
- private DateTime? consignTime;
- public DateTime? ConsignTime
- {
- get { return consignTime; }
- set { consignTime = value; }
- }
- /** 原材料项目编码 MAT=Materials 集合以,分割 */
- private string matCodeList;
- public string MatCodeList
- {
- get { return matCodeList; }
- set { matCodeList = value; }
- }
- /** 原材料项目名称 集合以,分割 */
- private string matNameList;
- public string MatNameList
- {
- get { return matNameList; }
- set { matNameList = value; }
- }
- /** 判定类型(验证方式) 代码 COM_BASE_INFO SORTCODE = ‘4090’ */
- private string judgeTypeCode;
- public string JudgeTypeCode
- {
- get { return judgeTypeCode; }
- set { judgeTypeCode = value; }
- }
- /** 委托备注 */
- private string remark;
- public string Remark
- {
- get { return remark; }
- set { remark = value; }
- }
- /** 是否判定 0 否 1已判定 */
- private string isJudge;
- public string IsJudge
- {
- get { return isJudge; }
- set { isJudge = value; }
- }
- /** 结果备注 */
- private string resultRemark;
- public string ResultRemark
- {
- get { return resultRemark; }
- set { resultRemark = value; }
- }
- /** 0供应部委托,1人工委托 */
- private string dataType;
- public string DataType
- {
- get { return dataType; }
- set { dataType = value; }
- }
- /** 数据状态(1有效、无效) */
- private string validflag;
- public string Validflag
- {
- get { return validflag; }
- set { validflag = value; }
- }
- /** 是否上传 0 否 1已上次产销 */
- private string isUpload;
- public string IsUpload
- {
- get { return isUpload; }
- set { isUpload = value; }
- }
- /** 质保书地址 */
- private string filePosition;
- public string FilePosition
- {
- get { return filePosition; }
- set { filePosition = value; }
- }
- /** 是否废钢 */
- private string isFg;
- public string IsFg
- {
- get { return isFg; }
- set { isFg = value; }
- }
- /** 判定类型 0 检验 1验证 2检验+验证默认0 */
- private string judgeType;
- public string JudgeType
- {
- get { return judgeType; }
- set { judgeType = value; }
- }
- /** 质保书是否存在 */
- private string zbsIsExist;
- public string ZbsIsExist
- {
- get { return zbsIsExist; }
- set { zbsIsExist = value; }
- }
- /** 取样标准描述 */
- private string getSampleStdDesc;
- public string GetSampleStdDesc
- {
- get { return getSampleStdDesc; }
- set { getSampleStdDesc = value; }
- }
- /** 送货单号(待删除) */
- private string deliverySubId;
- public string DeliverySubId
- {
- get { return deliverySubId; }
- set { deliverySubId = value; }
- }
- /** 交付地点编码 */
- private string deliveryLocationCode;
- public string DeliveryLocationCode
- {
- get { return deliveryLocationCode; }
- set { deliveryLocationCode = value; }
- }
- /** 交付地点 */
- private string deliveryLocation;
- public string DeliveryLocation
- {
- get { return deliveryLocation; }
- set { deliveryLocation = value; }
- }
- /** 判定等级代码(默认为合格不允许为空) 判定总结果 */
- private string judgeLevelCode;
- public string JudgeLevelCode
- {
- get { return judgeLevelCode; }
- set { judgeLevelCode = value; }
- }
- /** 等级维护在质量基础信息表,标准等级(合格,一级,二级,三级.....特级)没有等级的则是合格,判定的时候从最高级别开始判定 */
- private string judgeLevel;
- public string JudgeLevel
- {
- get { return judgeLevel; }
- set { judgeLevel = value; }
- }
- /** 一次判定结果 */
- private string judgeResult;
- public string JudgeResult
- {
- get { return judgeResult; }
- set { judgeResult = value; }
- }
- /** 二次判定结果 */
- private string judgeResultTwo;
- public string JudgeResultTwo
- {
- get { return judgeResultTwo; }
- set { judgeResultTwo = value; }
- }
- /** 取样标准 */
- private string getSampleStd;
- public string GetSampleStd
- {
- get { return getSampleStd; }
- set { getSampleStd = value; }
- }
- /** 检验编号 */
- private String[] checkNos;
- public String[] CheckNos
- {
- get { return checkNos; }
- set { checkNos = value; }
- }
- }
- }
|