CraftOrdDesignStdSicEntity.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Linq;
  5. using System.Text;
  6. using Core.Mes.Client.Comm.Attribute;
  7. using Newtonsoft.Json;
  8. namespace Core.StlMes.Client.SaleOrder
  9. {
  10. /// <summary>
  11. /// 数据库表CRAFT_ORD_DESIGN_STD_SIC所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
  12. /// 作者:tgcx-test 时间:2017-01-11
  13. /// </summary>
  14. public class CraftOrdDesignStdSicEntity
  15. {
  16. /// <summary>
  17. /// DESGIN_KEY
  18. /// </summary>
  19. private string desginKey = "";
  20. /// <summary>
  21. /// 公差标准索引号
  22. /// </summary>
  23. private string sic = "";
  24. /// <summary>
  25. /// 协议或Alpha代码(用途码)
  26. /// </summary>
  27. private string useCode = "";
  28. /// <summary>
  29. /// 协议或Alpha描述(用途描述)
  30. /// </summary>
  31. private string useDesc = "";
  32. /// <summary>
  33. /// 是否特殊要求(0:交付标准;1:特殊要求;2:内控标准)
  34. /// </summary>
  35. private string speclFl = "";
  36. /// <summary>
  37. /// 序号
  38. /// </summary>
  39. private decimal? indexSeq = null;
  40. /// <summary>
  41. /// 公差项代码(主项)(4040)
  42. /// </summary>
  43. private string biasCode = "";
  44. /// <summary>
  45. /// 公差项名称(主项)
  46. /// </summary>
  47. private string biasName = "";
  48. /// <summary>
  49. /// 精度等级(4041)
  50. /// </summary>
  51. private string lv = "";
  52. /// <summary>
  53. /// 公差约束项一代码(4003)
  54. /// </summary>
  55. private string biasCodeZ = "";
  56. /// <summary>
  57. /// 公差约束项一名称
  58. /// </summary>
  59. private string biasNameZ = "";
  60. /// <summary>
  61. /// 公差约束项一下限符号
  62. /// </summary>
  63. private string zminSign = "";
  64. /// <summary>
  65. /// 公差约束项一下限值
  66. /// </summary>
  67. private string zmin = "";
  68. /// <summary>
  69. /// 公差约束项一上限符号
  70. /// </summary>
  71. private string zmaxSign = "";
  72. /// <summary>
  73. /// 公差约束项一上限值
  74. /// </summary>
  75. private string zmax = "";
  76. /// <summary>
  77. /// 公差约束项二代码(4003)
  78. /// </summary>
  79. private string biasCodeC = "";
  80. /// <summary>
  81. /// 公差约束项二名称
  82. /// </summary>
  83. private string biasNameC = "";
  84. /// <summary>
  85. /// 公差约束项二下限符号
  86. /// </summary>
  87. private string cminSign = "";
  88. /// <summary>
  89. /// 公差约束项二下限值
  90. /// </summary>
  91. private string cmin = "";
  92. /// <summary>
  93. /// 公差约束项二上限符号
  94. /// </summary>
  95. private string cmaxSign = "";
  96. /// <summary>
  97. /// 公差约束项二上限值
  98. /// </summary>
  99. private string cmax = "";
  100. /// <summary>
  101. /// 公差约束项三代码(4003)
  102. /// </summary>
  103. private string biasCodeS = "";
  104. /// <summary>
  105. /// 公差约束项三名称
  106. /// </summary>
  107. private string biasNameS = "";
  108. /// <summary>
  109. /// 公差约束项三下限符号
  110. /// </summary>
  111. private string sminSign = "";
  112. /// <summary>
  113. /// 公差约束项三下限值
  114. /// </summary>
  115. private string smin = "";
  116. /// <summary>
  117. /// 公差约束项三上限符号
  118. /// </summary>
  119. private string smaxSign = "";
  120. /// <summary>
  121. /// 公差约束项三上限值
  122. /// </summary>
  123. private string smax = "";
  124. /// <summary>
  125. /// 是否必检项(1:是,0:否)
  126. /// </summary>
  127. private bool? ischeck = true;
  128. /// <summary>
  129. /// 标准负值(mm)
  130. /// </summary>
  131. private string stdMinVal = "";
  132. /// <summary>
  133. /// 标准正值(mm)
  134. /// </summary>
  135. private string stdMaxVal = "";
  136. /// <summary>
  137. /// 标准负值(in)
  138. /// </summary>
  139. private string stdMinIn = "";
  140. /// <summary>
  141. /// 标准正值(in)
  142. /// </summary>
  143. private string stdMaxIn = "";
  144. /// <summary>
  145. /// 标准负值(%)
  146. /// </summary>
  147. private string stdMinPercent = "";
  148. /// <summary>
  149. /// 标准正值(%)
  150. /// </summary>
  151. private string stdMaxPercent = "";
  152. /// <summary>
  153. /// 标准公式负值(mm)
  154. /// </summary>
  155. private string stdMinFormula = "";
  156. /// <summary>
  157. /// 标准公式正值(mm)
  158. /// </summary>
  159. private string stdMaxFormula = "";
  160. /// <summary>
  161. /// 取小值
  162. /// </summary>
  163. private bool? stdMinFormulaV = true;
  164. /// <summary>
  165. /// 取大值
  166. /// </summary>
  167. private bool? stdMaxFormulaV = true;
  168. /// <summary>
  169. /// 标准备注
  170. /// </summary>
  171. private string stdmemo = "";
  172. /// <summary>
  173. /// 分组索引号(同一分组的为多选一项)
  174. /// </summary>
  175. private string groupSeq = "";
  176. /// <summary>
  177. /// 制程号(内控用)
  178. /// </summary>
  179. private string mscPline = "";
  180. /// <summary>
  181. /// 工序号(内控用)
  182. /// </summary>
  183. private string processCode = "";
  184. /// <summary>
  185. /// 创建人
  186. /// </summary>
  187. private string createName = "";
  188. /// <summary>
  189. /// 创建时间
  190. /// </summary>
  191. private string createTime = "";
  192. /// <summary>
  193. /// 数据来源 '0':冶金规范 1:轧管排产录入
  194. /// </summary>
  195. private string craftSource = "";
  196. /// <summary>
  197. /// 修改人
  198. /// </summary>
  199. private string updateName = "";
  200. /// <summary>
  201. /// 修改时间
  202. /// </summary>
  203. private string updateTime = "";
  204. /// <summary>
  205. /// 删除人
  206. /// </summary>
  207. private string deleteName = "";
  208. /// <summary>
  209. /// 删除时间
  210. /// </summary>
  211. private string deleteTime = "";
  212. private string processDesc = "";
  213. private bool? chk = false;
  214. /// <summary>
  215. /// 选择
  216. /// </summary>
  217. [Description("选择")]
  218. public bool? Chk
  219. {
  220. get { return chk; }
  221. set { chk = value; }
  222. }
  223. /// <summary>
  224. /// 工序
  225. /// </summary>
  226. [Description("工序")]
  227. public string ProcessDesc
  228. {
  229. get { return processDesc; }
  230. set { processDesc = value; }
  231. }
  232. private string processCodeC = "";
  233. /// <summary>
  234. /// 二级工序
  235. /// </summary>
  236. [Description("二级工序")]
  237. public string ProcessCodeC
  238. {
  239. get { return processCodeC; }
  240. set { processCodeC = value; }
  241. }
  242. private string processDescC = "";
  243. /// <summary>
  244. /// 二级工序
  245. /// </summary>
  246. [Description("二级工序")]
  247. public string ProcessDescC
  248. {
  249. get { return processDescC; }
  250. set { processDescC = value; }
  251. }
  252. /// <summary>
  253. /// DESGIN_KEY
  254. /// </summary>
  255. [Description("DESGIN_KEY")]
  256. [Nullable(false)]
  257. [DataLength(40)]
  258. [JsonProperty("desginKey")]
  259. public string DesginKey
  260. {
  261. get { return desginKey; }
  262. set { desginKey = value; }
  263. }
  264. /// <summary>
  265. /// 公差标准索引号
  266. /// </summary>
  267. [Description("公差索引号")]
  268. [Nullable(false)]
  269. [DataLength(20)]
  270. [JsonProperty("sic")]
  271. public string Sic
  272. {
  273. get { return sic; }
  274. set { sic = value; }
  275. }
  276. /// <summary>
  277. /// 协议或Alpha代码(用途码)
  278. /// </summary>
  279. [Description("协议或Alpha")]
  280. [Nullable(true)]
  281. [DataLength(20)]
  282. [JsonProperty("useCode")]
  283. public string UseCode
  284. {
  285. get { return useCode; }
  286. set { useCode = value; }
  287. }
  288. /// <summary>
  289. /// 协议或Alpha描述(用途描述)
  290. /// </summary>
  291. [Description("协议或Alpha")]
  292. [Nullable(true)]
  293. [DataLength(100)]
  294. [JsonProperty("useDesc")]
  295. public string UseDesc
  296. {
  297. get { return useDesc; }
  298. set { useDesc = value; }
  299. }
  300. /// <summary>
  301. /// 是否特殊要求(0:交付标准;1:特殊要求;2:内控标准)
  302. /// </summary>
  303. [Description("数据类型")]
  304. [Nullable(false)]
  305. [DataLength(1)]
  306. [JsonProperty("speclFl")]
  307. public string SpeclFl
  308. {
  309. get { return speclFl; }
  310. set { speclFl = value; }
  311. }
  312. /// <summary>
  313. /// 序号
  314. /// </summary>
  315. [Description("序号")]
  316. [Nullable(false)]
  317. [DataLength(22)]
  318. [JsonProperty("indexSeq")]
  319. public decimal? IndexSeq
  320. {
  321. get { return indexSeq; }
  322. set { indexSeq = value; }
  323. }
  324. /// <summary>
  325. /// 公差项代码(主项)(4040)
  326. /// </summary>
  327. [Description("公差项")]
  328. [Nullable(false)]
  329. [DataLength(20)]
  330. [JsonProperty("biasCode")]
  331. public string BiasCode
  332. {
  333. get { return biasCode; }
  334. set { biasCode = value; }
  335. }
  336. /// <summary>
  337. /// 公差项名称(主项)
  338. /// </summary>
  339. [Description("公差项")]
  340. [Nullable(true)]
  341. [DataLength(100)]
  342. [JsonProperty("biasName")]
  343. public string BiasName
  344. {
  345. get { return biasName; }
  346. set { biasName = value; }
  347. }
  348. /// <summary>
  349. /// 精度等级(4041)
  350. /// </summary>
  351. [Description("精度等级")]
  352. [Nullable(true)]
  353. [DataLength(20)]
  354. [JsonProperty("lv")]
  355. public string Lv
  356. {
  357. get { return lv; }
  358. set { lv = value; }
  359. }
  360. /// <summary>
  361. /// 公差约束项一代码(4003)
  362. /// </summary>
  363. [Description("约束项")]
  364. [Nullable(true)]
  365. [DataLength(20)]
  366. [JsonProperty("biasCodeZ")]
  367. public string BiasCodeZ
  368. {
  369. get { return biasCodeZ; }
  370. set { biasCodeZ = value; }
  371. }
  372. /// <summary>
  373. /// 公差约束项一名称
  374. /// </summary>
  375. [Description("约束项")]
  376. [Nullable(true)]
  377. [DataLength(100)]
  378. [JsonProperty("biasNameZ")]
  379. public string BiasNameZ
  380. {
  381. get { return biasNameZ; }
  382. set { biasNameZ = value; }
  383. }
  384. /// <summary>
  385. /// 公差约束项一下限符号
  386. /// </summary>
  387. [Description("符号")]
  388. [Nullable(true)]
  389. [DataLength(2)]
  390. [JsonProperty("zminSign")]
  391. public string ZminSign
  392. {
  393. get { return zminSign; }
  394. set { zminSign = value; }
  395. }
  396. /// <summary>
  397. /// 公差约束项一下限值
  398. /// </summary>
  399. [Description("下限值")]
  400. [Nullable(true)]
  401. [DataLength(10)]
  402. [JsonProperty("zmin")]
  403. public string Zmin
  404. {
  405. get { return zmin; }
  406. set { zmin = value; }
  407. }
  408. /// <summary>
  409. /// 公差约束项一上限符号
  410. /// </summary>
  411. [Description("符号")]
  412. [Nullable(true)]
  413. [DataLength(2)]
  414. [JsonProperty("zmaxSign")]
  415. public string ZmaxSign
  416. {
  417. get { return zmaxSign; }
  418. set { zmaxSign = value; }
  419. }
  420. /// <summary>
  421. /// 公差约束项一上限值
  422. /// </summary>
  423. [Description("上限值")]
  424. [Nullable(true)]
  425. [DataLength(10)]
  426. [JsonProperty("zmax")]
  427. public string Zmax
  428. {
  429. get { return zmax; }
  430. set { zmax = value; }
  431. }
  432. /// <summary>
  433. /// 公差约束项二代码(4003)
  434. /// </summary>
  435. [Description("约束项")]
  436. [Nullable(true)]
  437. [DataLength(20)]
  438. [JsonProperty("biasCodeC")]
  439. public string BiasCodeC
  440. {
  441. get { return biasCodeC; }
  442. set { biasCodeC = value; }
  443. }
  444. /// <summary>
  445. /// 公差约束项二名称
  446. /// </summary>
  447. [Description("约束项")]
  448. [Nullable(true)]
  449. [DataLength(100)]
  450. [JsonProperty("biasNameC")]
  451. public string BiasNameC
  452. {
  453. get { return biasNameC; }
  454. set { biasNameC = value; }
  455. }
  456. /// <summary>
  457. /// 公差约束项二下限符号
  458. /// </summary>
  459. [Description("符号")]
  460. [Nullable(true)]
  461. [DataLength(2)]
  462. [JsonProperty("cminSign")]
  463. public string CminSign
  464. {
  465. get { return cminSign; }
  466. set { cminSign = value; }
  467. }
  468. /// <summary>
  469. /// 公差约束项二下限值
  470. /// </summary>
  471. [Description("下限值")]
  472. [Nullable(true)]
  473. [DataLength(10)]
  474. [JsonProperty("cmin")]
  475. public string Cmin
  476. {
  477. get { return cmin; }
  478. set { cmin = value; }
  479. }
  480. /// <summary>
  481. /// 公差约束项二上限符号
  482. /// </summary>
  483. [Description("符号")]
  484. [Nullable(true)]
  485. [DataLength(2)]
  486. [JsonProperty("cmaxSign")]
  487. public string CmaxSign
  488. {
  489. get { return cmaxSign; }
  490. set { cmaxSign = value; }
  491. }
  492. /// <summary>
  493. /// 公差约束项二上限值
  494. /// </summary>
  495. [Description("上限值")]
  496. [Nullable(true)]
  497. [DataLength(10)]
  498. [JsonProperty("cmax")]
  499. public string Cmax
  500. {
  501. get { return cmax; }
  502. set { cmax = value; }
  503. }
  504. /// <summary>
  505. /// 公差约束项三代码(4003)
  506. /// </summary>
  507. [Description("约束项")]
  508. [Nullable(true)]
  509. [DataLength(20)]
  510. [JsonProperty("biasCodeS")]
  511. public string BiasCodeS
  512. {
  513. get { return biasCodeS; }
  514. set { biasCodeS = value; }
  515. }
  516. /// <summary>
  517. /// 公差约束项三名称
  518. /// </summary>
  519. [Description("约束项")]
  520. [Nullable(true)]
  521. [DataLength(100)]
  522. [JsonProperty("biasNameS")]
  523. public string BiasNameS
  524. {
  525. get { return biasNameS; }
  526. set { biasNameS = value; }
  527. }
  528. /// <summary>
  529. /// 公差约束项三下限符号
  530. /// </summary>
  531. [Description("符号")]
  532. [Nullable(true)]
  533. [DataLength(2)]
  534. [JsonProperty("sminSign")]
  535. public string SminSign
  536. {
  537. get { return sminSign; }
  538. set { sminSign = value; }
  539. }
  540. /// <summary>
  541. /// 公差约束项三下限值
  542. /// </summary>
  543. [Description("下限值")]
  544. [Nullable(true)]
  545. [DataLength(10)]
  546. [JsonProperty("smin")]
  547. public string Smin
  548. {
  549. get { return smin; }
  550. set { smin = value; }
  551. }
  552. /// <summary>
  553. /// 公差约束项三上限符号
  554. /// </summary>
  555. [Description("符号")]
  556. [Nullable(true)]
  557. [DataLength(2)]
  558. [JsonProperty("smaxSign")]
  559. public string SmaxSign
  560. {
  561. get { return smaxSign; }
  562. set { smaxSign = value; }
  563. }
  564. /// <summary>
  565. /// 公差约束项三上限值
  566. /// </summary>
  567. [Description("上限值")]
  568. [Nullable(true)]
  569. [DataLength(10)]
  570. [JsonProperty("smax")]
  571. public string Smax
  572. {
  573. get { return smax; }
  574. set { smax = value; }
  575. }
  576. /// <summary>
  577. /// 是否必检项(1:是,0:否)
  578. /// </summary>
  579. [Description("是否必检项")]
  580. [Nullable(true)]
  581. [DataLength(1)]
  582. [JsonProperty("ischeck")]
  583. public bool? Ischeck
  584. {
  585. get { return ischeck; }
  586. set { ischeck = value; }
  587. }
  588. /// <summary>
  589. /// 标准负值(mm)
  590. /// </summary>
  591. [Description("下偏差值(mm)")]
  592. [Nullable(true)]
  593. [DataLength(10)]
  594. [JsonProperty("stdMinVal")]
  595. public string StdMinVal
  596. {
  597. get { return stdMinVal; }
  598. set { stdMinVal = value; }
  599. }
  600. /// <summary>
  601. /// 标准正值(mm)
  602. /// </summary>
  603. [Description("上偏差值(mm)")]
  604. [Nullable(true)]
  605. [DataLength(10)]
  606. [JsonProperty("stdMaxVal")]
  607. public string StdMaxVal
  608. {
  609. get { return stdMaxVal; }
  610. set { stdMaxVal = value; }
  611. }
  612. /// <summary>
  613. /// 标准负值(in)
  614. /// </summary>
  615. [Description("标准负值(in)")]
  616. [Nullable(true)]
  617. [DataLength(10)]
  618. [JsonProperty("stdMinIn")]
  619. public string StdMinIn
  620. {
  621. get { return stdMinIn; }
  622. set { stdMinIn = value; }
  623. }
  624. /// <summary>
  625. /// 标准正值(in)
  626. /// </summary>
  627. [Description("标准正值(in) ")]
  628. [Nullable(true)]
  629. [DataLength(10)]
  630. [JsonProperty("stdMaxIn")]
  631. public string StdMaxIn
  632. {
  633. get { return stdMaxIn; }
  634. set { stdMaxIn = value; }
  635. }
  636. /// <summary>
  637. /// 标准负值(%)
  638. /// </summary>
  639. [Description("下偏差值(%)")]
  640. [Nullable(true)]
  641. [DataLength(10)]
  642. [JsonProperty("stdMinPercent")]
  643. public string StdMinPercent
  644. {
  645. get { return stdMinPercent; }
  646. set { stdMinPercent = value; }
  647. }
  648. /// <summary>
  649. /// 标准正值(%)
  650. /// </summary>
  651. [Description("上偏差值(%) ")]
  652. [Nullable(true)]
  653. [DataLength(10)]
  654. [JsonProperty("stdMaxPercent")]
  655. public string StdMaxPercent
  656. {
  657. get { return stdMaxPercent; }
  658. set { stdMaxPercent = value; }
  659. }
  660. /// <summary>
  661. /// 标准公式负值(mm)
  662. /// </summary>
  663. [Description("公式下偏差值(mm) ")]
  664. [Nullable(true)]
  665. [DataLength(100)]
  666. [JsonProperty("stdMinFormula")]
  667. public string StdMinFormula
  668. {
  669. get { return stdMinFormula; }
  670. set { stdMinFormula = value; }
  671. }
  672. /// <summary>
  673. /// 标准公式正值(mm)
  674. /// </summary>
  675. [Description("公式上偏差值(mm)")]
  676. [Nullable(true)]
  677. [DataLength(100)]
  678. [JsonProperty("stdMaxFormula")]
  679. public string StdMaxFormula
  680. {
  681. get { return stdMaxFormula; }
  682. set { stdMaxFormula = value; }
  683. }
  684. /// <summary>
  685. /// 取小值
  686. /// </summary>
  687. [Description("取小值")]
  688. [Nullable(true)]
  689. [DataLength(1)]
  690. [JsonProperty("stdMinFormulaV")]
  691. public bool? StdMinFormulaV
  692. {
  693. get { return stdMinFormulaV; }
  694. set { stdMinFormulaV = value; }
  695. }
  696. /// <summary>
  697. /// 取大值
  698. /// </summary>
  699. [Description("取大值")]
  700. [Nullable(true)]
  701. [DataLength(1)]
  702. [JsonProperty("stdMaxFormulaV")]
  703. public bool? StdMaxFormulaV
  704. {
  705. get { return stdMaxFormulaV; }
  706. set { stdMaxFormulaV = value; }
  707. }
  708. /// <summary>
  709. /// 标准备注
  710. /// </summary>
  711. [Description("标准备注")]
  712. [Nullable(true)]
  713. [DataLength(200)]
  714. [JsonProperty("stdmemo")]
  715. public string Stdmemo
  716. {
  717. get { return stdmemo; }
  718. set { stdmemo = value; }
  719. }
  720. /// <summary>
  721. /// 分组索引号(同一分组的为多选一项)
  722. /// </summary>
  723. [Description("分组索引号")]
  724. [Nullable(true)]
  725. [DataLength(6)]
  726. [JsonProperty("groupSeq")]
  727. public string GroupSeq
  728. {
  729. get { return groupSeq; }
  730. set { groupSeq = value; }
  731. }
  732. /// <summary>
  733. /// 制程号(内控用)
  734. /// </summary>
  735. [Description("制程号(内控用)")]
  736. [Nullable(false)]
  737. [DataLength(10)]
  738. [JsonProperty("mscPline")]
  739. public string MscPline
  740. {
  741. get { return mscPline; }
  742. set { mscPline = value; }
  743. }
  744. /// <summary>
  745. /// 工序号(内控用)
  746. /// </summary>
  747. [Description("工序号(内控用)")]
  748. [Nullable(false)]
  749. [DataLength(1)]
  750. [JsonProperty("processCode")]
  751. public string ProcessCode
  752. {
  753. get { return processCode; }
  754. set { processCode = value; }
  755. }
  756. /// <summary>
  757. /// 创建人
  758. /// </summary>
  759. [Description("创建人")]
  760. [Nullable(true)]
  761. [DataLength(20)]
  762. [JsonProperty("createName")]
  763. public string CreateName
  764. {
  765. get { return createName; }
  766. set { createName = value; }
  767. }
  768. /// <summary>
  769. /// 创建时间
  770. /// </summary>
  771. [Description("创建时间")]
  772. [Nullable(true)]
  773. [JsonProperty("createTime")]
  774. public string CreateTime
  775. {
  776. get { return createTime; }
  777. set { createTime = value; }
  778. }
  779. /// <summary>
  780. /// 数据来源 '0':冶金规范 1:轧管排产录入
  781. /// </summary>
  782. [Description("数据来源")]
  783. [Nullable(true)]
  784. [DataLength(1)]
  785. [JsonProperty("craftSource")]
  786. public string CraftSource
  787. {
  788. get { return craftSource; }
  789. set { craftSource = value; }
  790. }
  791. /// <summary>
  792. /// 修改人
  793. /// </summary>
  794. [Description("修改人")]
  795. [Nullable(true)]
  796. [DataLength(20)]
  797. [JsonProperty("updateName")]
  798. public string UpdateName
  799. {
  800. get { return updateName; }
  801. set { updateName = value; }
  802. }
  803. /// <summary>
  804. /// 修改时间
  805. /// </summary>
  806. [Description("修改时间")]
  807. [Nullable(true)]
  808. [JsonProperty("updateTime")]
  809. public string UpdateTime
  810. {
  811. get { return updateTime; }
  812. set { updateTime = value; }
  813. }
  814. /// <summary>
  815. /// 删除人
  816. /// </summary>
  817. [Description("删除人")]
  818. [Nullable(true)]
  819. [DataLength(20)]
  820. [JsonProperty("deleteName")]
  821. public string DeleteName
  822. {
  823. get { return deleteName; }
  824. set { deleteName = value; }
  825. }
  826. /// <summary>
  827. /// 删除时间
  828. /// </summary>
  829. [Description("删除时间")]
  830. [Nullable(true)]
  831. [JsonProperty("deleteTime")]
  832. public string DeleteTime
  833. {
  834. get { return deleteTime; }
  835. set { deleteTime = value; }
  836. }
  837. }
  838. }