CostCalculationAEntity.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862
  1. using Core.Mes.Client.Comm.Attribute;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.ComponentModel;
  5. using System.Linq;
  6. using System.Text;
  7. namespace Core.StlMes.Client.PnCost.Models
  8. {
  9. /// <summary>
  10. /// 数据库表COST_CALCULATION_A所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:doubi-PC 时间:2016-11-22
  12. /// </summary>
  13. public class CostCalculationAEntity
  14. {
  15. /// <summary>
  16. /// 排产年月
  17. /// </summary>
  18. private string yearMonth = "";
  19. /// <summary>
  20. /// 轧管订单编号
  21. /// </summary>
  22. private string proPlanId = "";
  23. /// <summary>
  24. /// 主合同行编码PK
  25. /// </summary>
  26. private string ordLnPk = "";
  27. /// <summary>
  28. /// DESGIN_KEY
  29. /// </summary>
  30. private string desginKey = "";
  31. /// <summary>
  32. /// 制程索引号
  33. /// </summary>
  34. private string indexSeq = "";
  35. /// <summary>
  36. /// BOM
  37. /// </summary>
  38. private string bom = "";
  39. /// <summary>
  40. /// 工艺文件序号
  41. /// </summary>
  42. private decimal? craftSeq = null;
  43. /// <summary>
  44. /// 电炉投入物料编码(配料方案)
  45. /// </summary>
  46. private string aInMaterialNo = "";
  47. /// <summary>
  48. /// 电炉产出物料编码
  49. /// </summary>
  50. private string aOutMaterialNo = "";
  51. /// <summary>
  52. /// 铸造投入物料编码
  53. /// </summary>
  54. private string bInMaterialNo = "";
  55. /// <summary>
  56. /// 铸造产出物料编码
  57. /// </summary>
  58. private string bOutMaterialNo = "";
  59. /// <summary>
  60. /// 锻造投入物料编码
  61. /// </summary>
  62. private string cInMaterialNo = "";
  63. /// <summary>
  64. /// 锻造产出物料编码
  65. /// </summary>
  66. private string cOutMaterialNo = "";
  67. /// <summary>
  68. /// 电炉产线
  69. /// </summary>
  70. private string aPline = "";
  71. /// <summary>
  72. /// 铸造产线
  73. /// </summary>
  74. private string bPline = "";
  75. /// <summary>
  76. /// 锻造产线
  77. /// </summary>
  78. private string cPline = "";
  79. /// <summary>
  80. /// 电炉小时能力(t/h)
  81. /// </summary>
  82. private decimal? aHrCapcty = null;
  83. /// <summary>
  84. /// 电炉成材率(%)
  85. /// </summary>
  86. private decimal? aPrdRate = null;
  87. /// <summary>
  88. /// 铸造小时能力(t/h)
  89. /// </summary>
  90. private decimal? bHrCapcty = null;
  91. /// <summary>
  92. /// 铸造成材率(%)
  93. /// </summary>
  94. private decimal? bPrdRate = null;
  95. /// <summary>
  96. /// 锻造小时能力(t/h)
  97. /// </summary>
  98. private decimal? cHrCapcty = null;
  99. /// <summary>
  100. /// 锻造成材率(%)
  101. /// </summary>
  102. private decimal? cPrdRate = null;
  103. /// <summary>
  104. /// 电炉总投料量
  105. /// </summary>
  106. private decimal? weigthST = null;
  107. /// <summary>
  108. /// 电炉排产量(产出量)
  109. /// </summary>
  110. private decimal? weigthSA = null;
  111. /// <summary>
  112. /// 铸造排产量(产出量)
  113. /// </summary>
  114. private decimal? weigthSB = null;
  115. /// <summary>
  116. /// 锻造排产量(产出量)
  117. /// </summary>
  118. private decimal? weigthSC = null;
  119. /// <summary>
  120. /// 轧管总投入量
  121. /// </summary>
  122. private decimal? inWeigthS = null;
  123. /// <summary>
  124. /// 电炉制造总成本(元)
  125. /// </summary>
  126. private decimal? aZzcbCost = null;
  127. /// <summary>
  128. /// 电炉返回金额(元)
  129. /// </summary>
  130. private decimal? aFhCost = null;
  131. /// <summary>
  132. /// 电炉折标后加工费(元)
  133. /// </summary>
  134. private decimal? aZbjgfCost = null;
  135. /// <summary>
  136. /// 铸造折标后加工费(元)
  137. /// </summary>
  138. private decimal? bZbjgfCost = null;
  139. /// <summary>
  140. /// 锻造折标后加工费(元)
  141. /// </summary>
  142. private decimal? cZbjgfCost = null;
  143. /// <summary>
  144. /// 电炉完全成本(元)
  145. /// </summary>
  146. private decimal? aZcbCost = null;
  147. /// <summary>
  148. /// 铸造完全成本(元)
  149. /// </summary>
  150. private decimal? bZcbCost = null;
  151. /// <summary>
  152. /// 锻造完全成本(元)
  153. /// </summary>
  154. private decimal? cZcbCost = null;
  155. /// <summary>
  156. /// 铸造制造总成本(元)
  157. /// </summary>
  158. private decimal? bZzcbCost = null;
  159. /// <summary>
  160. /// 铸造返回金额(元)
  161. /// </summary>
  162. private decimal? bFhCost = null;
  163. /// <summary>
  164. /// 锻造制造总成本(元)
  165. /// </summary>
  166. private decimal? cZzcbCost = null;
  167. /// <summary>
  168. /// 锻造返回金额(元)
  169. /// </summary>
  170. private decimal? cFhCost = null;
  171. /// <summary>
  172. /// 电炉投入物料描述
  173. /// </summary>
  174. private string aInMaterialDesc = "";
  175. /// <summary>
  176. /// 电炉产出物料描述
  177. /// </summary>
  178. private string aOutMaterialDesc = "";
  179. /// <summary>
  180. /// 铸造投入物料描述
  181. /// </summary>
  182. private string bInMaterialDesc = "";
  183. /// <summary>
  184. /// 铸造产出物料描述
  185. /// </summary>
  186. private string bOutMaterialDesc = "";
  187. /// <summary>
  188. /// 锻造投入物料描述
  189. /// </summary>
  190. private string cInMaterialDesc = "";
  191. /// <summary>
  192. /// 锻造产出物料描述
  193. /// </summary>
  194. private string cOutMaterialDesc = "";
  195. /// <summary>
  196. /// 品名描述
  197. /// </summary>
  198. private string producname = "";
  199. /// <summary>
  200. /// 钢级(牌号)名称
  201. /// </summary>
  202. private string steelname = "";
  203. /// <summary>
  204. /// 标准类别描述
  205. /// </summary>
  206. private string stdStyleDesc = "";
  207. /// <summary>
  208. /// 产品规格描述
  209. /// </summary>
  210. private string specName = "";
  211. /// <summary>
  212. /// 扣型描述
  213. /// </summary>
  214. private string modelDesc = "";
  215. /// <summary>
  216. /// 合同号/行号
  217. /// </summary>
  218. private string orderNo = "";
  219. /// <summary>
  220. /// 客户名称
  221. /// </summary>
  222. private string customerNm = "";
  223. /// <summary>
  224. /// 销售组织描述
  225. /// </summary>
  226. private string saleOrgDesc = "";
  227. /// <summary>
  228. /// 排产年月
  229. /// </summary>
  230. [Description("排产年月")]
  231. [Nullable(false)]
  232. [DataLength(6)]
  233. public string YearMonth
  234. {
  235. get { return yearMonth; }
  236. set { yearMonth = value; }
  237. }
  238. /// <summary>
  239. /// 轧管订单编号
  240. /// </summary>
  241. [Description("轧管订单编号")]
  242. [Nullable(false)]
  243. [DataLength(20)]
  244. public string ProPlanId
  245. {
  246. get { return proPlanId; }
  247. set { proPlanId = value; }
  248. }
  249. /// <summary>
  250. /// 主合同行编码PK
  251. /// </summary>
  252. [Description("主合同行编码PK")]
  253. [Nullable(true)]
  254. [DataLength(35)]
  255. public string OrdLnPk
  256. {
  257. get { return ordLnPk; }
  258. set { ordLnPk = value; }
  259. }
  260. /// <summary>
  261. /// DESGIN_KEY
  262. /// </summary>
  263. [Description("DESGIN_KEY")]
  264. [Nullable(true)]
  265. [DataLength(40)]
  266. public string DesginKey
  267. {
  268. get { return desginKey; }
  269. set { desginKey = value; }
  270. }
  271. /// <summary>
  272. /// 制程索引号
  273. /// </summary>
  274. [Description("制程索引号")]
  275. [Nullable(true)]
  276. [DataLength(32)]
  277. public string IndexSeq
  278. {
  279. get { return indexSeq; }
  280. set { indexSeq = value; }
  281. }
  282. /// <summary>
  283. /// BOM
  284. /// </summary>
  285. [Description("BOM")]
  286. [Nullable(true)]
  287. [DataLength(40)]
  288. public string Bom
  289. {
  290. get { return bom; }
  291. set { bom = value; }
  292. }
  293. /// <summary>
  294. /// 工艺文件序号
  295. /// </summary>
  296. [Description("工艺文件序号")]
  297. [Nullable(true)]
  298. [DataLength(5)]
  299. public decimal? CraftSeq
  300. {
  301. get { return craftSeq; }
  302. set { craftSeq = value; }
  303. }
  304. /// <summary>
  305. /// 电炉投入物料编码(配料方案)
  306. /// </summary>
  307. [Description("投入物料编码")]
  308. [Nullable(true)]
  309. [DataLength(30)]
  310. public string AInMaterialNo
  311. {
  312. get { return aInMaterialNo; }
  313. set { aInMaterialNo = value; }
  314. }
  315. /// <summary>
  316. /// 电炉产出物料编码
  317. /// </summary>
  318. [Description("产出物料编码")]
  319. [Nullable(true)]
  320. [DataLength(30)]
  321. public string AOutMaterialNo
  322. {
  323. get { return aOutMaterialNo; }
  324. set { aOutMaterialNo = value; }
  325. }
  326. /// <summary>
  327. /// 铸造投入物料编码
  328. /// </summary>
  329. [Description("投入物料编码 ")]
  330. [Nullable(true)]
  331. [DataLength(30)]
  332. public string BInMaterialNo
  333. {
  334. get { return bInMaterialNo; }
  335. set { bInMaterialNo = value; }
  336. }
  337. /// <summary>
  338. /// 铸造产出物料编码
  339. /// </summary>
  340. [Description("产出物料编码")]
  341. [Nullable(true)]
  342. [DataLength(30)]
  343. public string BOutMaterialNo
  344. {
  345. get { return bOutMaterialNo; }
  346. set { bOutMaterialNo = value; }
  347. }
  348. /// <summary>
  349. /// 锻造投入物料编码
  350. /// </summary>
  351. [Description("投入物料编码 ")]
  352. [Nullable(true)]
  353. [DataLength(30)]
  354. public string CInMaterialNo
  355. {
  356. get { return cInMaterialNo; }
  357. set { cInMaterialNo = value; }
  358. }
  359. /// <summary>
  360. /// 锻造产出物料编码
  361. /// </summary>
  362. [Description("产出物料编码")]
  363. [Nullable(true)]
  364. [DataLength(30)]
  365. public string COutMaterialNo
  366. {
  367. get { return cOutMaterialNo; }
  368. set { cOutMaterialNo = value; }
  369. }
  370. /// <summary>
  371. /// 电炉产线
  372. /// </summary>
  373. [Description("产线")]
  374. [Nullable(true)]
  375. [DataLength(20)]
  376. public string APline
  377. {
  378. get { return aPline; }
  379. set { aPline = value; }
  380. }
  381. /// <summary>
  382. /// 铸造产线
  383. /// </summary>
  384. [Description("产线")]
  385. [Nullable(true)]
  386. [DataLength(20)]
  387. public string BPline
  388. {
  389. get { return bPline; }
  390. set { bPline = value; }
  391. }
  392. /// <summary>
  393. /// 锻造产线
  394. /// </summary>
  395. [Description("产线")]
  396. [Nullable(true)]
  397. [DataLength(20)]
  398. public string CPline
  399. {
  400. get { return cPline; }
  401. set { cPline = value; }
  402. }
  403. /// <summary>
  404. /// 电炉小时能力(t/h)
  405. /// </summary>
  406. [Description("小时能力(小时/炉)")]
  407. [Nullable(true)]
  408. [DataLength(8)]
  409. public decimal? AHrCapcty
  410. {
  411. get { return aHrCapcty; }
  412. set { aHrCapcty = value; }
  413. }
  414. /// <summary>
  415. /// 电炉成材率(%)
  416. /// </summary>
  417. [Description("成材率(%)")]
  418. [Nullable(true)]
  419. [DataLength(4)]
  420. public decimal? APrdRate
  421. {
  422. get { return aPrdRate; }
  423. set { aPrdRate = value; }
  424. }
  425. /// <summary>
  426. /// 铸造小时能力(t/h)
  427. /// </summary>
  428. [Description("小时能力(小时/炉)")]
  429. [Nullable(true)]
  430. [DataLength(8)]
  431. public decimal? BHrCapcty
  432. {
  433. get { return bHrCapcty; }
  434. set { bHrCapcty = value; }
  435. }
  436. /// <summary>
  437. /// 铸造成材率(%)
  438. /// </summary>
  439. [Description("成材率(%)")]
  440. [Nullable(true)]
  441. [DataLength(4)]
  442. public decimal? BPrdRate
  443. {
  444. get { return bPrdRate; }
  445. set { bPrdRate = value; }
  446. }
  447. /// <summary>
  448. /// 锻造小时能力(t/h)
  449. /// </summary>
  450. [Description("小时能力(支/小时)")]
  451. [Nullable(true)]
  452. [DataLength(8)]
  453. public decimal? CHrCapcty
  454. {
  455. get { return cHrCapcty; }
  456. set { cHrCapcty = value; }
  457. }
  458. /// <summary>
  459. /// 锻造成材率(%)
  460. /// </summary>
  461. [Description("成材率(%)")]
  462. [Nullable(true)]
  463. [DataLength(4)]
  464. public decimal? CPrdRate
  465. {
  466. get { return cPrdRate; }
  467. set { cPrdRate = value; }
  468. }
  469. /// <summary>
  470. /// 电炉总投料量
  471. /// </summary>
  472. [Description("总投料量(t)")]
  473. [Nullable(true)]
  474. [DataLength(15)]
  475. public decimal? WeigthST
  476. {
  477. get { return weigthST; }
  478. set { weigthST = value; }
  479. }
  480. /// <summary>
  481. /// 电炉排产量(产出量)
  482. /// </summary>
  483. [Description("排产量(t)")]
  484. [Nullable(true)]
  485. [DataLength(15)]
  486. public decimal? WeigthSA
  487. {
  488. get { return weigthSA; }
  489. set { weigthSA = value; }
  490. }
  491. /// <summary>
  492. /// 铸造排产量(产出量)
  493. /// </summary>
  494. [Description("排产量(t)")]
  495. [Nullable(true)]
  496. [DataLength(15)]
  497. public decimal? WeigthSB
  498. {
  499. get { return weigthSB; }
  500. set { weigthSB = value; }
  501. }
  502. /// <summary>
  503. /// 锻造排产量(产出量)
  504. /// </summary>
  505. [Description("排产量(t)")]
  506. [Nullable(true)]
  507. [DataLength(15)]
  508. public decimal? WeigthSC
  509. {
  510. get { return weigthSC; }
  511. set { weigthSC = value; }
  512. }
  513. /// <summary>
  514. /// 轧管总投入量
  515. /// </summary>
  516. [Description("轧管总投入量(t)")]
  517. [Nullable(true)]
  518. [DataLength(15)]
  519. public decimal? InWeigthS
  520. {
  521. get { return inWeigthS; }
  522. set { inWeigthS = value; }
  523. }
  524. /// <summary>
  525. /// 电炉制造总成本(元)
  526. /// </summary>
  527. [Description("制造总成本(元)")]
  528. [Nullable(true)]
  529. [DataLength(15)]
  530. public decimal? AZzcbCost
  531. {
  532. get { return aZzcbCost; }
  533. set { aZzcbCost = value; }
  534. }
  535. /// <summary>
  536. /// 电炉返回金额(元)
  537. /// </summary>
  538. [Description("返回金额(元)")]
  539. [Nullable(true)]
  540. [DataLength(15)]
  541. public decimal? AFhCost
  542. {
  543. get { return aFhCost; }
  544. set { aFhCost = value; }
  545. }
  546. /// <summary>
  547. /// 电炉折标后加工费(元)
  548. /// </summary>
  549. [Description("折标后加工费(元)")]
  550. [Nullable(true)]
  551. [DataLength(15)]
  552. public decimal? AZbjgfCost
  553. {
  554. get { return aZbjgfCost; }
  555. set { aZbjgfCost = value; }
  556. }
  557. /// <summary>
  558. /// 铸造折标后加工费(元)
  559. /// </summary>
  560. [Description("折标后加工费(元)")]
  561. [Nullable(true)]
  562. [DataLength(15)]
  563. public decimal? BZbjgfCost
  564. {
  565. get { return bZbjgfCost; }
  566. set { bZbjgfCost = value; }
  567. }
  568. /// <summary>
  569. /// 锻造折标后加工费(元)
  570. /// </summary>
  571. [Description("折标后加工费(元)")]
  572. [Nullable(true)]
  573. [DataLength(15)]
  574. public decimal? CZbjgfCost
  575. {
  576. get { return cZbjgfCost; }
  577. set { cZbjgfCost = value; }
  578. }
  579. /// <summary>
  580. /// 电炉完全成本(元)
  581. /// </summary>
  582. [Description("完全成本(元)")]
  583. [Nullable(true)]
  584. [DataLength(15)]
  585. public decimal? AZcbCost
  586. {
  587. get { return aZcbCost; }
  588. set { aZcbCost = value; }
  589. }
  590. /// <summary>
  591. /// 铸造完全成本(元)
  592. /// </summary>
  593. [Description("完全成本(元)")]
  594. [Nullable(true)]
  595. [DataLength(15)]
  596. public decimal? BZcbCost
  597. {
  598. get { return bZcbCost; }
  599. set { bZcbCost = value; }
  600. }
  601. /// <summary>
  602. /// 锻造完全成本(元)
  603. /// </summary>
  604. [Description("完全成本(元)")]
  605. [Nullable(true)]
  606. [DataLength(15)]
  607. public decimal? CZcbCost
  608. {
  609. get { return cZcbCost; }
  610. set { cZcbCost = value; }
  611. }
  612. /// <summary>
  613. /// 铸造制造总成本(元)
  614. /// </summary>
  615. [Description("制造总成本(元)")]
  616. [Nullable(true)]
  617. [DataLength(15)]
  618. public decimal? BZzcbCost
  619. {
  620. get { return bZzcbCost; }
  621. set { bZzcbCost = value; }
  622. }
  623. /// <summary>
  624. /// 铸造返回金额(元)
  625. /// </summary>
  626. [Description("返回金额(元)")]
  627. [Nullable(true)]
  628. [DataLength(15)]
  629. public decimal? BFhCost
  630. {
  631. get { return bFhCost; }
  632. set { bFhCost = value; }
  633. }
  634. /// <summary>
  635. /// 锻造制造总成本(元)
  636. /// </summary>
  637. [Description("制造总成本(元)")]
  638. [Nullable(true)]
  639. [DataLength(15)]
  640. public decimal? CZzcbCost
  641. {
  642. get { return cZzcbCost; }
  643. set { cZzcbCost = value; }
  644. }
  645. /// <summary>
  646. /// 锻造返回金额(元)
  647. /// </summary>
  648. [Description("返回金额(元)")]
  649. [Nullable(true)]
  650. [DataLength(15)]
  651. public decimal? CFhCost
  652. {
  653. get { return cFhCost; }
  654. set { cFhCost = value; }
  655. }
  656. /// <summary>
  657. /// 电炉投入物料描述
  658. /// </summary>
  659. [Description("投入物料")]
  660. [Nullable(true)]
  661. [DataLength(100)]
  662. public string AInMaterialDesc
  663. {
  664. get { return aInMaterialDesc; }
  665. set { aInMaterialDesc = value; }
  666. }
  667. /// <summary>
  668. /// 电炉产出物料描述
  669. /// </summary>
  670. [Description("产出物料")]
  671. [Nullable(true)]
  672. [DataLength(100)]
  673. public string AOutMaterialDesc
  674. {
  675. get { return aOutMaterialDesc; }
  676. set { aOutMaterialDesc = value; }
  677. }
  678. /// <summary>
  679. /// 铸造投入物料描述
  680. /// </summary>
  681. [Description("投入物料")]
  682. [Nullable(true)]
  683. [DataLength(100)]
  684. public string BInMaterialDesc
  685. {
  686. get { return bInMaterialDesc; }
  687. set { bInMaterialDesc = value; }
  688. }
  689. /// <summary>
  690. /// 铸造产出物料描述
  691. /// </summary>
  692. [Description("产出物料")]
  693. [Nullable(true)]
  694. [DataLength(100)]
  695. public string BOutMaterialDesc
  696. {
  697. get { return bOutMaterialDesc; }
  698. set { bOutMaterialDesc = value; }
  699. }
  700. /// <summary>
  701. /// 锻造投入物料描述
  702. /// </summary>
  703. [Description("投入物料")]
  704. [Nullable(true)]
  705. [DataLength(100)]
  706. public string CInMaterialDesc
  707. {
  708. get { return cInMaterialDesc; }
  709. set { cInMaterialDesc = value; }
  710. }
  711. /// <summary>
  712. /// 锻造产出物料描述
  713. /// </summary>
  714. [Description("产出物料")]
  715. [Nullable(true)]
  716. [DataLength(100)]
  717. public string COutMaterialDesc
  718. {
  719. get { return cOutMaterialDesc; }
  720. set { cOutMaterialDesc = value; }
  721. }
  722. /// <summary>
  723. /// 品名描述
  724. /// </summary>
  725. [Description("品名")]
  726. [Nullable(true)]
  727. [DataLength(100)]
  728. public string Producname
  729. {
  730. get { return producname; }
  731. set { producname = value; }
  732. }
  733. /// <summary>
  734. /// 钢级(牌号)名称
  735. /// </summary>
  736. [Description("钢级(牌号)")]
  737. [Nullable(true)]
  738. [DataLength(100)]
  739. public string Steelname
  740. {
  741. get { return steelname; }
  742. set { steelname = value; }
  743. }
  744. /// <summary>
  745. /// 标准类别描述
  746. /// </summary>
  747. [Description("标准类别")]
  748. [Nullable(true)]
  749. [DataLength(50)]
  750. public string StdStyleDesc
  751. {
  752. get { return stdStyleDesc; }
  753. set { stdStyleDesc = value; }
  754. }
  755. /// <summary>
  756. /// 产品规格描述
  757. /// </summary>
  758. [Description("产品规格")]
  759. [Nullable(true)]
  760. [DataLength(100)]
  761. public string SpecName
  762. {
  763. get { return specName; }
  764. set { specName = value; }
  765. }
  766. /// <summary>
  767. /// 扣型描述
  768. /// </summary>
  769. [Description("扣型")]
  770. [Nullable(true)]
  771. [DataLength(100)]
  772. public string ModelDesc
  773. {
  774. get { return modelDesc; }
  775. set { modelDesc = value; }
  776. }
  777. /// <summary>
  778. /// 合同号/行号
  779. /// </summary>
  780. [Description("合同号/行号")]
  781. [Nullable(true)]
  782. [DataLength(25)]
  783. public string OrderNo
  784. {
  785. get { return orderNo; }
  786. set { orderNo = value; }
  787. }
  788. /// <summary>
  789. /// 客户名称
  790. /// </summary>
  791. [Description("客户名称")]
  792. [Nullable(true)]
  793. [DataLength(60)]
  794. public string CustomerNm
  795. {
  796. get { return customerNm; }
  797. set { customerNm = value; }
  798. }
  799. /// <summary>
  800. /// 销售组织描述
  801. /// </summary>
  802. [Description("销售组织")]
  803. [Nullable(true)]
  804. [DataLength(20)]
  805. public string SaleOrgDesc
  806. {
  807. get { return saleOrgDesc; }
  808. set { saleOrgDesc = value; }
  809. }
  810. }
  811. }