ChgeSlmApplyMEntity.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.ComponentModel;
  6. namespace Core.StlMes.Client.SaleOrder
  7. {
  8. /// <summary>
  9. /// 数据库表CHGE_SLM_APPLY_M所对应的实体类(生成工具:代码生成工具2.3)
  10. /// 作者:USER-20150712LG 时间:2015-07-30
  11. /// </summary>
  12. public class ChgeSlmApplyMEntity
  13. {
  14. /// <summary>
  15. /// 合同号(记录创建时如无合同号,形成LS+YYMMDD+三位流水号的临时合同号
  16. /// </summary>
  17. private object orderNo;
  18. /// <summary>
  19. /// 合同行号(ORD_PK向下三位流水号,确保流水号的连续性)
  20. /// </summary>
  21. private object orderSeq;
  22. /// <summary>
  23. /// 交货编码(ORD_PK向下三位流水号,确保流水号唯一性、连续性)
  24. /// </summary>
  25. private object deliveryNo;
  26. /// <summary>
  27. /// 合同变更单号(G+YYYYMMDD+00001)
  28. /// </summary>
  29. private object orderChgeNo;
  30. /// <summary>
  31. /// ORD_PK
  32. /// </summary>
  33. private object ordPk;
  34. /// <summary>
  35. /// ORD_LN_PK(ORD_PK+三位流失号)
  36. /// </summary>
  37. private object ordLnPk;
  38. /// <summary>
  39. /// ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)
  40. /// </summary>
  41. private object ordLnDlyPk;
  42. /// <summary>
  43. /// 提出变更管理部门代码
  44. /// </summary>
  45. private object departmentCode;
  46. /// <summary>
  47. /// 提出变更管理部门描述
  48. /// </summary>
  49. private object departmentDesc;
  50. /// <summary>
  51. /// 提出变更管理科室代码
  52. /// </summary>
  53. private object unitCode;
  54. /// <summary>
  55. /// 提出变更管理科室描述
  56. /// </summary>
  57. private object unitDesc;
  58. /// <summary>
  59. /// 合同变更类型(技术、商务条款、价格、交货、运输)B类
  60. /// </summary>
  61. private object chgeType;
  62. /// <summary>
  63. /// 提出变更人
  64. /// </summary>
  65. private object chger;
  66. /// <summary>
  67. /// 提出变更时间
  68. /// </summary>
  69. private object chgeDate;
  70. /// <summary>
  71. /// 变更明细(变更值拼接字段)
  72. /// </summary>
  73. private object chgeVal;
  74. /// <summary>
  75. /// 提出变更说明(变更备注)
  76. /// </summary>
  77. private object chgeRsn;
  78. /// <summary>
  79. /// 审核受理管理部门代码
  80. /// </summary>
  81. private object acpDepartmentCode;
  82. /// <summary>
  83. /// 审核受理管理部门描述
  84. /// </summary>
  85. private object acpDepartmentDesc;
  86. /// <summary>
  87. /// 审核受理管理科室代码
  88. /// </summary>
  89. private object acpUnitCode;
  90. /// <summary>
  91. /// 审核受理管理科室描述
  92. /// </summary>
  93. private object acpUnitDesc;
  94. /// <summary>
  95. /// 审核受理人
  96. /// </summary>
  97. private object acceptor;
  98. /// <summary>
  99. /// 审核时间
  100. /// </summary>
  101. private object dealEdate;
  102. /// <summary>
  103. /// 变更单状态(L封锁、W待审、S通过、F失败)
  104. /// </summary>
  105. private object chgeStatus;
  106. /// <summary>
  107. /// 变更文件上传路径
  108. /// </summary>
  109. private object chgePatch;
  110. /// <summary>
  111. /// 备注
  112. /// </summary>
  113. private object memo;
  114. /// <summary>
  115. /// 有效标志(1:有效,0:无效)
  116. /// </summary>
  117. private object validflag;
  118. /// <summary>
  119. /// 创建人
  120. /// </summary>
  121. private object createName;
  122. /// <summary>
  123. /// 创建时间
  124. /// </summary>
  125. private object createTime;
  126. /// <summary>
  127. /// 修改人
  128. /// </summary>
  129. private object updateName;
  130. /// <summary>
  131. /// 修改时间
  132. /// </summary>
  133. private object updateTime;
  134. /// <summary>
  135. /// 删除人
  136. /// </summary>
  137. private object deleteName;
  138. /// <summary>
  139. /// 删除时间
  140. /// </summary>
  141. private object deleteTime;
  142. public ChgeSlmApplyMEntity()
  143. {
  144. orderNo = "";
  145. orderSeq = "";
  146. deliveryNo = "";
  147. orderChgeNo = "";
  148. ordPk = "";
  149. ordLnPk = "";
  150. ordLnDlyPk = "";
  151. departmentCode = "";
  152. departmentDesc = "";
  153. unitCode = "";
  154. unitDesc = "";
  155. chgeType = "";
  156. chger = "";
  157. chgeDate = "";
  158. chgeVal = "";
  159. chgeRsn = "";
  160. acpDepartmentCode = "";
  161. acpDepartmentDesc = "";
  162. acpUnitCode = "";
  163. acpUnitDesc = "";
  164. acceptor = "";
  165. dealEdate = "";
  166. chgeStatus = "";
  167. chgePatch = "";
  168. memo = "";
  169. validflag = "";
  170. createName = "";
  171. createTime = "";
  172. updateName = "";
  173. updateTime = "";
  174. deleteName = "";
  175. deleteTime = "";
  176. }
  177. /// <summary>
  178. /// 合同号(记录创建时如无合同号,形成LS+YYMMDD+三位流水号的临时合同号
  179. /// </summary>
  180. [Description("合同号(记录创建时如无合同号,形成LS+YYMMDD+三位流水号的临时合同号")]
  181. public object OrderNo
  182. {
  183. get { return orderNo; }
  184. set
  185. {
  186. if (value == null)
  187. {
  188. orderNo = DBNull.Value;
  189. }
  190. else
  191. {
  192. orderNo = value;
  193. }
  194. }
  195. }
  196. /// <summary>
  197. /// 合同行号(ORD_PK向下三位流水号,确保流水号的连续性)
  198. /// </summary>
  199. [Description("合同行号(ORD_PK向下三位流水号,确保流水号的连续性)")]
  200. public object OrderSeq
  201. {
  202. get { return orderSeq; }
  203. set
  204. {
  205. if (value == null)
  206. {
  207. orderSeq = DBNull.Value;
  208. }
  209. else
  210. {
  211. orderSeq = value;
  212. }
  213. }
  214. }
  215. /// <summary>
  216. /// 交货编码(ORD_PK向下三位流水号,确保流水号唯一性、连续性)
  217. /// </summary>
  218. [Description("交货编码(ORD_PK向下三位流水号,确保流水号唯一性、连续性)")]
  219. public object DeliveryNo
  220. {
  221. get { return deliveryNo; }
  222. set
  223. {
  224. if (value == null)
  225. {
  226. deliveryNo = DBNull.Value;
  227. }
  228. else
  229. {
  230. deliveryNo = value;
  231. }
  232. }
  233. }
  234. /// <summary>
  235. /// 合同变更单号(G+YYYYMMDD+00001)
  236. /// </summary>
  237. [Description("合同变更单号(G+YYYYMMDD+00001)")]
  238. public object OrderChgeNo
  239. {
  240. get { return orderChgeNo; }
  241. set
  242. {
  243. if (value == null)
  244. {
  245. orderChgeNo = DBNull.Value;
  246. }
  247. else
  248. {
  249. orderChgeNo = value;
  250. }
  251. }
  252. }
  253. /// <summary>
  254. /// ORD_PK
  255. /// </summary>
  256. [Description("ORD_PK")]
  257. public object OrdPk
  258. {
  259. get { return ordPk; }
  260. set
  261. {
  262. if (value == null)
  263. {
  264. ordPk = DBNull.Value;
  265. }
  266. else
  267. {
  268. ordPk = value;
  269. }
  270. }
  271. }
  272. /// <summary>
  273. /// ORD_LN_PK(ORD_PK+三位流失号)
  274. /// </summary>
  275. [Description("ORD_LN_PK(ORD_PK+三位流失号)")]
  276. public object OrdLnPk
  277. {
  278. get { return ordLnPk; }
  279. set
  280. {
  281. if (value == null)
  282. {
  283. ordLnPk = DBNull.Value;
  284. }
  285. else
  286. {
  287. ordLnPk = value;
  288. }
  289. }
  290. }
  291. /// <summary>
  292. /// ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)
  293. /// </summary>
  294. [Description("ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)")]
  295. public object OrdLnDlyPk
  296. {
  297. get { return ordLnDlyPk; }
  298. set
  299. {
  300. if (value == null)
  301. {
  302. ordLnDlyPk = DBNull.Value;
  303. }
  304. else
  305. {
  306. ordLnDlyPk = value;
  307. }
  308. }
  309. }
  310. /// <summary>
  311. /// 提出变更管理部门代码
  312. /// </summary>
  313. [Description("提出变更管理部门代码")]
  314. public object DepartmentCode
  315. {
  316. get { return departmentCode; }
  317. set
  318. {
  319. if (value == null)
  320. {
  321. departmentCode = DBNull.Value;
  322. }
  323. else
  324. {
  325. departmentCode = value;
  326. }
  327. }
  328. }
  329. /// <summary>
  330. /// 提出变更管理部门描述
  331. /// </summary>
  332. [Description("提出变更管理部门描述")]
  333. public object DepartmentDesc
  334. {
  335. get { return departmentDesc; }
  336. set
  337. {
  338. if (value == null)
  339. {
  340. departmentDesc = DBNull.Value;
  341. }
  342. else
  343. {
  344. departmentDesc = value;
  345. }
  346. }
  347. }
  348. /// <summary>
  349. /// 提出变更管理科室代码
  350. /// </summary>
  351. [Description("提出变更管理科室代码")]
  352. public object UnitCode
  353. {
  354. get { return unitCode; }
  355. set
  356. {
  357. if (value == null)
  358. {
  359. unitCode = DBNull.Value;
  360. }
  361. else
  362. {
  363. unitCode = value;
  364. }
  365. }
  366. }
  367. /// <summary>
  368. /// 提出变更管理科室描述
  369. /// </summary>
  370. [Description("提出变更管理科室描述")]
  371. public object UnitDesc
  372. {
  373. get { return unitDesc; }
  374. set
  375. {
  376. if (value == null)
  377. {
  378. unitDesc = DBNull.Value;
  379. }
  380. else
  381. {
  382. unitDesc = value;
  383. }
  384. }
  385. }
  386. /// <summary>
  387. /// 合同变更类型(技术、商务条款、价格、交货、运输)B类
  388. /// </summary>
  389. [Description("合同变更类型(技术、商务条款、价格、交货、运输)B类")]
  390. public object ChgeType
  391. {
  392. get { return chgeType; }
  393. set
  394. {
  395. if (value == null)
  396. {
  397. chgeType = DBNull.Value;
  398. }
  399. else
  400. {
  401. chgeType = value;
  402. }
  403. }
  404. }
  405. /// <summary>
  406. /// 提出变更人
  407. /// </summary>
  408. [Description("提出变更人")]
  409. public object Chger
  410. {
  411. get { return chger; }
  412. set
  413. {
  414. if (value == null)
  415. {
  416. chger = DBNull.Value;
  417. }
  418. else
  419. {
  420. chger = value;
  421. }
  422. }
  423. }
  424. /// <summary>
  425. /// 提出变更时间
  426. /// </summary>
  427. [Description("提出变更时间")]
  428. public object ChgeDate
  429. {
  430. get { return chgeDate; }
  431. set
  432. {
  433. if (value == null)
  434. {
  435. chgeDate = DBNull.Value;
  436. }
  437. else
  438. {
  439. chgeDate = value;
  440. }
  441. }
  442. }
  443. /// <summary>
  444. /// 变更明细(变更值拼接字段)
  445. /// </summary>
  446. [Description("变更明细(变更值拼接字段)")]
  447. public object ChgeVal
  448. {
  449. get { return chgeVal; }
  450. set
  451. {
  452. if (value == null)
  453. {
  454. chgeVal = DBNull.Value;
  455. }
  456. else
  457. {
  458. chgeVal = value;
  459. }
  460. }
  461. }
  462. /// <summary>
  463. /// 提出变更说明(变更备注)
  464. /// </summary>
  465. [Description("提出变更说明(变更备注)")]
  466. public object ChgeRsn
  467. {
  468. get { return chgeRsn; }
  469. set
  470. {
  471. if (value == null)
  472. {
  473. chgeRsn = DBNull.Value;
  474. }
  475. else
  476. {
  477. chgeRsn = value;
  478. }
  479. }
  480. }
  481. /// <summary>
  482. /// 审核受理管理部门代码
  483. /// </summary>
  484. [Description("审核受理管理部门代码")]
  485. public object AcpDepartmentCode
  486. {
  487. get { return acpDepartmentCode; }
  488. set
  489. {
  490. if (value == null)
  491. {
  492. acpDepartmentCode = DBNull.Value;
  493. }
  494. else
  495. {
  496. acpDepartmentCode = value;
  497. }
  498. }
  499. }
  500. /// <summary>
  501. /// 审核受理管理部门描述
  502. /// </summary>
  503. [Description("审核受理管理部门描述")]
  504. public object AcpDepartmentDesc
  505. {
  506. get { return acpDepartmentDesc; }
  507. set
  508. {
  509. if (value == null)
  510. {
  511. acpDepartmentDesc = DBNull.Value;
  512. }
  513. else
  514. {
  515. acpDepartmentDesc = value;
  516. }
  517. }
  518. }
  519. /// <summary>
  520. /// 审核受理管理科室代码
  521. /// </summary>
  522. [Description("审核受理管理科室代码")]
  523. public object AcpUnitCode
  524. {
  525. get { return acpUnitCode; }
  526. set
  527. {
  528. if (value == null)
  529. {
  530. acpUnitCode = DBNull.Value;
  531. }
  532. else
  533. {
  534. acpUnitCode = value;
  535. }
  536. }
  537. }
  538. /// <summary>
  539. /// 审核受理管理科室描述
  540. /// </summary>
  541. [Description("审核受理管理科室描述")]
  542. public object AcpUnitDesc
  543. {
  544. get { return acpUnitDesc; }
  545. set
  546. {
  547. if (value == null)
  548. {
  549. acpUnitDesc = DBNull.Value;
  550. }
  551. else
  552. {
  553. acpUnitDesc = value;
  554. }
  555. }
  556. }
  557. /// <summary>
  558. /// 审核受理人
  559. /// </summary>
  560. [Description("审核受理人")]
  561. public object Acceptor
  562. {
  563. get { return acceptor; }
  564. set
  565. {
  566. if (value == null)
  567. {
  568. acceptor = DBNull.Value;
  569. }
  570. else
  571. {
  572. acceptor = value;
  573. }
  574. }
  575. }
  576. /// <summary>
  577. /// 审核时间
  578. /// </summary>
  579. [Description("审核时间")]
  580. public object DealEdate
  581. {
  582. get { return dealEdate; }
  583. set
  584. {
  585. if (value == null)
  586. {
  587. dealEdate = DBNull.Value;
  588. }
  589. else
  590. {
  591. dealEdate = value;
  592. }
  593. }
  594. }
  595. /// <summary>
  596. /// 变更单状态(L封锁、W待审、S通过、F失败)
  597. /// </summary>
  598. [Description("变更单状态(L封锁、W待审、S通过、F失败)")]
  599. public object ChgeStatus
  600. {
  601. get { return chgeStatus; }
  602. set
  603. {
  604. if (value == null)
  605. {
  606. chgeStatus = DBNull.Value;
  607. }
  608. else
  609. {
  610. chgeStatus = value;
  611. }
  612. }
  613. }
  614. /// <summary>
  615. /// 变更文件上传路径
  616. /// </summary>
  617. [Description("变更文件上传路径")]
  618. public object ChgePatch
  619. {
  620. get { return chgePatch; }
  621. set
  622. {
  623. if (value == null)
  624. {
  625. chgePatch = DBNull.Value;
  626. }
  627. else
  628. {
  629. chgePatch = value;
  630. }
  631. }
  632. }
  633. /// <summary>
  634. /// 备注
  635. /// </summary>
  636. [Description("备注")]
  637. public object Memo
  638. {
  639. get { return memo; }
  640. set
  641. {
  642. if (value == null)
  643. {
  644. memo = DBNull.Value;
  645. }
  646. else
  647. {
  648. memo = value;
  649. }
  650. }
  651. }
  652. /// <summary>
  653. /// 有效标志(1:有效,0:无效)
  654. /// </summary>
  655. [Description("有效标志(1:有效,0:无效)")]
  656. public object Validflag
  657. {
  658. get { return validflag; }
  659. set
  660. {
  661. if (value == null)
  662. {
  663. validflag = DBNull.Value;
  664. }
  665. else
  666. {
  667. validflag = value;
  668. }
  669. }
  670. }
  671. /// <summary>
  672. /// 创建人
  673. /// </summary>
  674. [Description("创建人")]
  675. public object CreateName
  676. {
  677. get { return createName; }
  678. set
  679. {
  680. if (value == null)
  681. {
  682. createName = DBNull.Value;
  683. }
  684. else
  685. {
  686. createName = value;
  687. }
  688. }
  689. }
  690. /// <summary>
  691. /// 创建时间
  692. /// </summary>
  693. [Description("创建时间")]
  694. public object CreateTime
  695. {
  696. get { return createTime; }
  697. set
  698. {
  699. if (value == null)
  700. {
  701. createTime = DBNull.Value;
  702. }
  703. else
  704. {
  705. createTime = value;
  706. }
  707. }
  708. }
  709. /// <summary>
  710. /// 修改人
  711. /// </summary>
  712. [Description("修改人")]
  713. public object UpdateName
  714. {
  715. get { return updateName; }
  716. set
  717. {
  718. if (value == null)
  719. {
  720. updateName = DBNull.Value;
  721. }
  722. else
  723. {
  724. updateName = value;
  725. }
  726. }
  727. }
  728. /// <summary>
  729. /// 修改时间
  730. /// </summary>
  731. [Description("修改时间")]
  732. public object UpdateTime
  733. {
  734. get { return updateTime; }
  735. set
  736. {
  737. if (value == null)
  738. {
  739. updateTime = DBNull.Value;
  740. }
  741. else
  742. {
  743. updateTime = value;
  744. }
  745. }
  746. }
  747. /// <summary>
  748. /// 删除人
  749. /// </summary>
  750. [Description("删除人")]
  751. public object DeleteName
  752. {
  753. get { return deleteName; }
  754. set
  755. {
  756. if (value == null)
  757. {
  758. deleteName = DBNull.Value;
  759. }
  760. else
  761. {
  762. deleteName = value;
  763. }
  764. }
  765. }
  766. /// <summary>
  767. /// 删除时间
  768. /// </summary>
  769. [Description("删除时间")]
  770. public object DeleteTime
  771. {
  772. get { return deleteTime; }
  773. set
  774. {
  775. if (value == null)
  776. {
  777. deleteTime = DBNull.Value;
  778. }
  779. else
  780. {
  781. deleteTime = value;
  782. }
  783. }
  784. }
  785. }
  786. }