| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.ComponentModel;
- namespace Core.StlMes.Client.SaleOrder
- {
- /// <summary>
- /// 数据库表CHGE_SLM_APPLY_M所对应的实体类(生成工具:代码生成工具2.3)
- /// 作者:USER-20150712LG 时间:2015-07-30
- /// </summary>
- public class ChgeSlmApplyMEntity
- {
- /// <summary>
- /// 合同号(记录创建时如无合同号,形成LS+YYMMDD+三位流水号的临时合同号
- /// </summary>
- private object orderNo;
- /// <summary>
- /// 合同行号(ORD_PK向下三位流水号,确保流水号的连续性)
- /// </summary>
- private object orderSeq;
- /// <summary>
- /// 交货编码(ORD_PK向下三位流水号,确保流水号唯一性、连续性)
- /// </summary>
- private object deliveryNo;
- /// <summary>
- /// 合同变更单号(G+YYYYMMDD+00001)
- /// </summary>
- private object orderChgeNo;
- /// <summary>
- /// ORD_PK
- /// </summary>
- private object ordPk;
- /// <summary>
- /// ORD_LN_PK(ORD_PK+三位流失号)
- /// </summary>
- private object ordLnPk;
- /// <summary>
- /// ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)
- /// </summary>
- private object ordLnDlyPk;
- /// <summary>
- /// 提出变更管理部门代码
- /// </summary>
- private object departmentCode;
- /// <summary>
- /// 提出变更管理部门描述
- /// </summary>
- private object departmentDesc;
- /// <summary>
- /// 提出变更管理科室代码
- /// </summary>
- private object unitCode;
- /// <summary>
- /// 提出变更管理科室描述
- /// </summary>
- private object unitDesc;
- /// <summary>
- /// 合同变更类型(技术、商务条款、价格、交货、运输)B类
- /// </summary>
- private object chgeType;
- /// <summary>
- /// 提出变更人
- /// </summary>
- private object chger;
- /// <summary>
- /// 提出变更时间
- /// </summary>
- private object chgeDate;
- /// <summary>
- /// 变更明细(变更值拼接字段)
- /// </summary>
- private object chgeVal;
- /// <summary>
- /// 提出变更说明(变更备注)
- /// </summary>
- private object chgeRsn;
- /// <summary>
- /// 审核受理管理部门代码
- /// </summary>
- private object acpDepartmentCode;
- /// <summary>
- /// 审核受理管理部门描述
- /// </summary>
- private object acpDepartmentDesc;
- /// <summary>
- /// 审核受理管理科室代码
- /// </summary>
- private object acpUnitCode;
- /// <summary>
- /// 审核受理管理科室描述
- /// </summary>
- private object acpUnitDesc;
- /// <summary>
- /// 审核受理人
- /// </summary>
- private object acceptor;
- /// <summary>
- /// 审核时间
- /// </summary>
- private object dealEdate;
- /// <summary>
- /// 变更单状态(L封锁、W待审、S通过、F失败)
- /// </summary>
- private object chgeStatus;
- /// <summary>
- /// 变更文件上传路径
- /// </summary>
- private object chgePatch;
- /// <summary>
- /// 备注
- /// </summary>
- private object memo;
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- private object validflag;
- /// <summary>
- /// 创建人
- /// </summary>
- private object createName;
- /// <summary>
- /// 创建时间
- /// </summary>
- private object createTime;
- /// <summary>
- /// 修改人
- /// </summary>
- private object updateName;
- /// <summary>
- /// 修改时间
- /// </summary>
- private object updateTime;
- /// <summary>
- /// 删除人
- /// </summary>
- private object deleteName;
- /// <summary>
- /// 删除时间
- /// </summary>
- private object deleteTime;
- public ChgeSlmApplyMEntity()
- {
- orderNo = "";
- orderSeq = "";
- deliveryNo = "";
- orderChgeNo = "";
- ordPk = "";
- ordLnPk = "";
- ordLnDlyPk = "";
- departmentCode = "";
- departmentDesc = "";
- unitCode = "";
- unitDesc = "";
- chgeType = "";
- chger = "";
- chgeDate = "";
- chgeVal = "";
- chgeRsn = "";
- acpDepartmentCode = "";
- acpDepartmentDesc = "";
- acpUnitCode = "";
- acpUnitDesc = "";
- acceptor = "";
- dealEdate = "";
- chgeStatus = "";
- chgePatch = "";
- memo = "";
- validflag = "";
- createName = "";
- createTime = "";
- updateName = "";
- updateTime = "";
- deleteName = "";
- deleteTime = "";
- }
- /// <summary>
- /// 合同号(记录创建时如无合同号,形成LS+YYMMDD+三位流水号的临时合同号
- /// </summary>
- [Description("合同号(记录创建时如无合同号,形成LS+YYMMDD+三位流水号的临时合同号")]
- public object OrderNo
- {
- get { return orderNo; }
- set
- {
- if (value == null)
- {
- orderNo = DBNull.Value;
- }
- else
- {
- orderNo = value;
- }
- }
- }
- /// <summary>
- /// 合同行号(ORD_PK向下三位流水号,确保流水号的连续性)
- /// </summary>
- [Description("合同行号(ORD_PK向下三位流水号,确保流水号的连续性)")]
- public object OrderSeq
- {
- get { return orderSeq; }
- set
- {
- if (value == null)
- {
- orderSeq = DBNull.Value;
- }
- else
- {
- orderSeq = value;
- }
- }
- }
- /// <summary>
- /// 交货编码(ORD_PK向下三位流水号,确保流水号唯一性、连续性)
- /// </summary>
- [Description("交货编码(ORD_PK向下三位流水号,确保流水号唯一性、连续性)")]
- public object DeliveryNo
- {
- get { return deliveryNo; }
- set
- {
- if (value == null)
- {
- deliveryNo = DBNull.Value;
- }
- else
- {
- deliveryNo = value;
- }
- }
- }
- /// <summary>
- /// 合同变更单号(G+YYYYMMDD+00001)
- /// </summary>
- [Description("合同变更单号(G+YYYYMMDD+00001)")]
- public object OrderChgeNo
- {
- get { return orderChgeNo; }
- set
- {
- if (value == null)
- {
- orderChgeNo = DBNull.Value;
- }
- else
- {
- orderChgeNo = value;
- }
- }
- }
- /// <summary>
- /// ORD_PK
- /// </summary>
- [Description("ORD_PK")]
- public object OrdPk
- {
- get { return ordPk; }
- set
- {
- if (value == null)
- {
- ordPk = DBNull.Value;
- }
- else
- {
- ordPk = value;
- }
- }
- }
- /// <summary>
- /// ORD_LN_PK(ORD_PK+三位流失号)
- /// </summary>
- [Description("ORD_LN_PK(ORD_PK+三位流失号)")]
- public object OrdLnPk
- {
- get { return ordLnPk; }
- set
- {
- if (value == null)
- {
- ordLnPk = DBNull.Value;
- }
- else
- {
- ordLnPk = value;
- }
- }
- }
- /// <summary>
- /// ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)
- /// </summary>
- [Description("ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)")]
- public object OrdLnDlyPk
- {
- get { return ordLnDlyPk; }
- set
- {
- if (value == null)
- {
- ordLnDlyPk = DBNull.Value;
- }
- else
- {
- ordLnDlyPk = value;
- }
- }
- }
- /// <summary>
- /// 提出变更管理部门代码
- /// </summary>
- [Description("提出变更管理部门代码")]
- public object DepartmentCode
- {
- get { return departmentCode; }
- set
- {
- if (value == null)
- {
- departmentCode = DBNull.Value;
- }
- else
- {
- departmentCode = value;
- }
- }
- }
- /// <summary>
- /// 提出变更管理部门描述
- /// </summary>
- [Description("提出变更管理部门描述")]
- public object DepartmentDesc
- {
- get { return departmentDesc; }
- set
- {
- if (value == null)
- {
- departmentDesc = DBNull.Value;
- }
- else
- {
- departmentDesc = value;
- }
- }
- }
- /// <summary>
- /// 提出变更管理科室代码
- /// </summary>
- [Description("提出变更管理科室代码")]
- public object UnitCode
- {
- get { return unitCode; }
- set
- {
- if (value == null)
- {
- unitCode = DBNull.Value;
- }
- else
- {
- unitCode = value;
- }
- }
- }
- /// <summary>
- /// 提出变更管理科室描述
- /// </summary>
- [Description("提出变更管理科室描述")]
- public object UnitDesc
- {
- get { return unitDesc; }
- set
- {
- if (value == null)
- {
- unitDesc = DBNull.Value;
- }
- else
- {
- unitDesc = value;
- }
- }
- }
- /// <summary>
- /// 合同变更类型(技术、商务条款、价格、交货、运输)B类
- /// </summary>
- [Description("合同变更类型(技术、商务条款、价格、交货、运输)B类")]
- public object ChgeType
- {
- get { return chgeType; }
- set
- {
- if (value == null)
- {
- chgeType = DBNull.Value;
- }
- else
- {
- chgeType = value;
- }
- }
- }
- /// <summary>
- /// 提出变更人
- /// </summary>
- [Description("提出变更人")]
- public object Chger
- {
- get { return chger; }
- set
- {
- if (value == null)
- {
- chger = DBNull.Value;
- }
- else
- {
- chger = value;
- }
- }
- }
- /// <summary>
- /// 提出变更时间
- /// </summary>
- [Description("提出变更时间")]
- public object ChgeDate
- {
- get { return chgeDate; }
- set
- {
- if (value == null)
- {
- chgeDate = DBNull.Value;
- }
- else
- {
- chgeDate = value;
- }
- }
- }
- /// <summary>
- /// 变更明细(变更值拼接字段)
- /// </summary>
- [Description("变更明细(变更值拼接字段)")]
- public object ChgeVal
- {
- get { return chgeVal; }
- set
- {
- if (value == null)
- {
- chgeVal = DBNull.Value;
- }
- else
- {
- chgeVal = value;
- }
- }
- }
- /// <summary>
- /// 提出变更说明(变更备注)
- /// </summary>
- [Description("提出变更说明(变更备注)")]
- public object ChgeRsn
- {
- get { return chgeRsn; }
- set
- {
- if (value == null)
- {
- chgeRsn = DBNull.Value;
- }
- else
- {
- chgeRsn = value;
- }
- }
- }
- /// <summary>
- /// 审核受理管理部门代码
- /// </summary>
- [Description("审核受理管理部门代码")]
- public object AcpDepartmentCode
- {
- get { return acpDepartmentCode; }
- set
- {
- if (value == null)
- {
- acpDepartmentCode = DBNull.Value;
- }
- else
- {
- acpDepartmentCode = value;
- }
- }
- }
- /// <summary>
- /// 审核受理管理部门描述
- /// </summary>
- [Description("审核受理管理部门描述")]
- public object AcpDepartmentDesc
- {
- get { return acpDepartmentDesc; }
- set
- {
- if (value == null)
- {
- acpDepartmentDesc = DBNull.Value;
- }
- else
- {
- acpDepartmentDesc = value;
- }
- }
- }
- /// <summary>
- /// 审核受理管理科室代码
- /// </summary>
- [Description("审核受理管理科室代码")]
- public object AcpUnitCode
- {
- get { return acpUnitCode; }
- set
- {
- if (value == null)
- {
- acpUnitCode = DBNull.Value;
- }
- else
- {
- acpUnitCode = value;
- }
- }
- }
- /// <summary>
- /// 审核受理管理科室描述
- /// </summary>
- [Description("审核受理管理科室描述")]
- public object AcpUnitDesc
- {
- get { return acpUnitDesc; }
- set
- {
- if (value == null)
- {
- acpUnitDesc = DBNull.Value;
- }
- else
- {
- acpUnitDesc = value;
- }
- }
- }
- /// <summary>
- /// 审核受理人
- /// </summary>
- [Description("审核受理人")]
- public object Acceptor
- {
- get { return acceptor; }
- set
- {
- if (value == null)
- {
- acceptor = DBNull.Value;
- }
- else
- {
- acceptor = value;
- }
- }
- }
- /// <summary>
- /// 审核时间
- /// </summary>
- [Description("审核时间")]
- public object DealEdate
- {
- get { return dealEdate; }
- set
- {
- if (value == null)
- {
- dealEdate = DBNull.Value;
- }
- else
- {
- dealEdate = value;
- }
- }
- }
- /// <summary>
- /// 变更单状态(L封锁、W待审、S通过、F失败)
- /// </summary>
- [Description("变更单状态(L封锁、W待审、S通过、F失败)")]
- public object ChgeStatus
- {
- get { return chgeStatus; }
- set
- {
- if (value == null)
- {
- chgeStatus = DBNull.Value;
- }
- else
- {
- chgeStatus = value;
- }
- }
- }
- /// <summary>
- /// 变更文件上传路径
- /// </summary>
- [Description("变更文件上传路径")]
- public object ChgePatch
- {
- get { return chgePatch; }
- set
- {
- if (value == null)
- {
- chgePatch = DBNull.Value;
- }
- else
- {
- chgePatch = value;
- }
- }
- }
- /// <summary>
- /// 备注
- /// </summary>
- [Description("备注")]
- public object Memo
- {
- get { return memo; }
- set
- {
- if (value == null)
- {
- memo = DBNull.Value;
- }
- else
- {
- memo = value;
- }
- }
- }
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- [Description("有效标志(1:有效,0:无效)")]
- public object Validflag
- {
- get { return validflag; }
- set
- {
- if (value == null)
- {
- validflag = DBNull.Value;
- }
- else
- {
- validflag = value;
- }
- }
- }
- /// <summary>
- /// 创建人
- /// </summary>
- [Description("创建人")]
- public object CreateName
- {
- get { return createName; }
- set
- {
- if (value == null)
- {
- createName = DBNull.Value;
- }
- else
- {
- createName = value;
- }
- }
- }
- /// <summary>
- /// 创建时间
- /// </summary>
- [Description("创建时间")]
- public object CreateTime
- {
- get { return createTime; }
- set
- {
- if (value == null)
- {
- createTime = DBNull.Value;
- }
- else
- {
- createTime = value;
- }
- }
- }
- /// <summary>
- /// 修改人
- /// </summary>
- [Description("修改人")]
- public object UpdateName
- {
- get { return updateName; }
- set
- {
- if (value == null)
- {
- updateName = DBNull.Value;
- }
- else
- {
- updateName = value;
- }
- }
- }
- /// <summary>
- /// 修改时间
- /// </summary>
- [Description("修改时间")]
- public object UpdateTime
- {
- get { return updateTime; }
- set
- {
- if (value == null)
- {
- updateTime = DBNull.Value;
- }
- else
- {
- updateTime = value;
- }
- }
- }
- /// <summary>
- /// 删除人
- /// </summary>
- [Description("删除人")]
- public object DeleteName
- {
- get { return deleteName; }
- set
- {
- if (value == null)
- {
- deleteName = DBNull.Value;
- }
- else
- {
- deleteName = value;
- }
- }
- }
- /// <summary>
- /// 删除时间
- /// </summary>
- [Description("删除时间")]
- public object DeleteTime
- {
- get { return deleteTime; }
- set
- {
- if (value == null)
- {
- deleteTime = DBNull.Value;
- }
- else
- {
- deleteTime = value;
- }
- }
- }
- }
- }
|