PurCkStorageEntity.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace com.hnshituo.pur.ck.vo
  6. {
  7. public class PurCkStorageEntity
  8. {
  9. private string invId="";
  10. /// <summary>
  11. /// 库存记录号
  12. /// </summary>
  13. public string InvId
  14. {
  15. set { invId = value; }
  16. get { return invId; }
  17. }
  18. private string receiveType="";
  19. /// <summary>
  20. /// 库存属性
  21. /// </summary>
  22. public string ReceiveType
  23. {
  24. set { receiveType = value; }
  25. get { return receiveType; }
  26. }
  27. private string inStockNo="";
  28. /// <summary>
  29. /// 入库单号
  30. /// </summary>
  31. public string InStockNo
  32. {
  33. set { inStockNo = value; }
  34. get { return inStockNo; }
  35. }
  36. private string refeId="";
  37. /// <summary>
  38. /// 参考单号
  39. /// </summary>
  40. public string RefeId
  41. {
  42. set { refeId = value; }
  43. get { return refeId; }
  44. }
  45. /** 入库单位ID */
  46. private String operateOrgId="";
  47. public String OperateOrgId
  48. {
  49. get { return operateOrgId; }
  50. set { operateOrgId = value; }
  51. }
  52. /** 入库单位名称 */
  53. private String operateOrgName="";
  54. public String OperateOrgName
  55. {
  56. get { return operateOrgName; }
  57. set { operateOrgName = value; }
  58. }
  59. private DateTime? checkDate;
  60. /// <summary>
  61. /// 检验日期
  62. /// </summary>
  63. public DateTime? CheckDate
  64. {
  65. set { checkDate = value; }
  66. get { return checkDate; }
  67. }
  68. private string checkUsername;
  69. /// <summary>
  70. /// 检验人姓名
  71. /// </summary>
  72. public string CheckUsername
  73. {
  74. set { checkUsername = value; }
  75. get { return checkUsername; }
  76. }
  77. private string checkUserid;
  78. /// <summary>
  79. /// 检验人账号
  80. /// </summary>
  81. public string CheckUserid
  82. {
  83. set { checkUserid = value; }
  84. get { return checkUserid; }
  85. }
  86. private string checkResult;
  87. /// <summary>
  88. /// 综合判定
  89. /// </summary>
  90. public string CheckResult
  91. {
  92. set { checkResult = value; }
  93. get { return checkResult; }
  94. }
  95. private string result;
  96. /// <summary>
  97. /// 检验结果
  98. /// </summary>
  99. public string Result
  100. {
  101. set { result = value; }
  102. get { return result; }
  103. }
  104. private string refType;
  105. /// <summary>
  106. /// 参考单类别
  107. /// </summary>
  108. public string RefType
  109. {
  110. set { refType = value; }
  111. get { return refType; }
  112. }
  113. private string itemCode;
  114. /// <summary>
  115. /// 物料编码
  116. /// </summary>
  117. public string ItemCode
  118. {
  119. set { itemCode = value; }
  120. get { return itemCode; }
  121. }
  122. private string itemDesc;
  123. /// <summary>
  124. /// 物料描述
  125. /// </summary>
  126. public string ItemDesc
  127. {
  128. set { itemDesc = value; }
  129. get { return itemDesc; }
  130. }
  131. private string itemName;
  132. /// <summary>
  133. /// 物料名称
  134. /// </summary>
  135. public string ItemName
  136. {
  137. set { itemName = value; }
  138. get { return itemName; }
  139. }
  140. private string itemDescE;
  141. /// <summary>
  142. /// 物料英文名称
  143. /// </summary>
  144. public string ItemDescE
  145. {
  146. set { itemDescE = value; }
  147. get { return itemDescE; }
  148. }
  149. private string itemSpec;
  150. /// <summary>
  151. /// 物料型号规格
  152. /// </summary>
  153. public string ItemSpec
  154. {
  155. set { itemSpec = value; }
  156. get { return itemSpec; }
  157. }
  158. private string itemUseUom;
  159. /// <summary>
  160. /// 是否使用采购单位
  161. /// </summary>
  162. public string ItemUseUom
  163. {
  164. set { itemUseUom = value; }
  165. get { return itemUseUom; }
  166. }
  167. private string itemUom;
  168. /// <summary>
  169. /// 采购单位(个、袋、桶)
  170. /// </summary>
  171. public string ItemUom
  172. {
  173. set { itemUom = value; }
  174. get { return itemUom; }
  175. }
  176. private Double? itemUomConefficient;
  177. /// <summary>
  178. /// 转换系数
  179. /// </summary>
  180. public Double? ItemUomConefficient
  181. {
  182. set { itemUomConefficient = value; }
  183. get { return itemUomConefficient; }
  184. }
  185. private string weightUnit;
  186. /// <summary>
  187. /// 库存单位
  188. /// </summary>
  189. public string WeightUnit
  190. {
  191. set { weightUnit = value; }
  192. get { return weightUnit; }
  193. }
  194. private string orderId;
  195. /// <summary>
  196. /// 合同号
  197. /// </summary>
  198. public string OrderId
  199. {
  200. set { orderId = value; }
  201. get { return orderId; }
  202. }
  203. private string orderLineSqe;
  204. /// <summary>
  205. /// 合同行号
  206. /// </summary>
  207. public string OrderLineSqe
  208. {
  209. set { orderLineSqe = value; }
  210. get { return orderLineSqe; }
  211. }
  212. private string suppCode;
  213. /// <summary>
  214. /// 供应商代码
  215. /// </summary>
  216. public string SuppCode
  217. {
  218. set { suppCode = value; }
  219. get { return suppCode; }
  220. }
  221. private string suppName;
  222. /// <summary>
  223. /// 供应商名称
  224. /// </summary>
  225. public string SuppName
  226. {
  227. set { suppName = value; }
  228. get { return suppName; }
  229. }
  230. private Double? invOrigQty;
  231. /// <summary>
  232. /// 库存原始数量
  233. /// </summary>
  234. public Double? InvOrigQty
  235. {
  236. set { invOrigQty = value; }
  237. get { return invOrigQty; }
  238. }
  239. private Double? invOrigAmt;
  240. /// <summary>
  241. /// 库存原值总价
  242. /// </summary>
  243. public Double? InvOrigAmt
  244. {
  245. set { invOrigAmt = value; }
  246. get { return invOrigAmt; }
  247. }
  248. private Double? invQty;
  249. /// <summary>
  250. /// 库存数量
  251. /// </summary>
  252. public Double? InvQty
  253. {
  254. set { invQty = value; }
  255. get { return invQty; }
  256. }
  257. private Double? invOrQty;
  258. /// <summary>
  259. /// 库存预约量
  260. /// </summary>
  261. public Double? InvOrQty
  262. {
  263. set { invOrQty = value; }
  264. get { return invOrQty; }
  265. }
  266. private Double? invUnitPrice;
  267. /// <summary>
  268. /// 库存单价
  269. /// </summary>
  270. public Double? InvUnitPrice
  271. {
  272. set { invUnitPrice = value; }
  273. get { return invUnitPrice; }
  274. }
  275. private Double? stockMoney;
  276. /// <summary>
  277. /// 库存总价
  278. /// </summary>
  279. public Double? StockMoney
  280. {
  281. set { stockMoney = value; }
  282. get { return stockMoney; }
  283. }
  284. private Double? yucaiQty;
  285. public Double? YucaiQty
  286. {
  287. get { return yucaiQty; }
  288. set { yucaiQty = value; }
  289. }
  290. private Double? normalQty;
  291. public Double? NormalQty
  292. {
  293. get { return normalQty; }
  294. set { normalQty = value; }
  295. }
  296. private Double? yucaiQtyWeight;
  297. public Double? YucaiQtyWeight
  298. {
  299. get { return yucaiQtyWeight; }
  300. set { yucaiQtyWeight = value; }
  301. }
  302. private Double? normalQtyWeight;
  303. public Double? NormalQtyWeight
  304. {
  305. get { return normalQtyWeight; }
  306. set { normalQtyWeight = value; }
  307. }
  308. private Double? unNormalQty;
  309. public Double? UnNormalQty
  310. {
  311. get { return unNormalQty; }
  312. set { unNormalQty = value; }
  313. }
  314. private Double? unNormalQtyWeight;
  315. public Double? UnNormalQtyWeight
  316. {
  317. get { return unNormalQtyWeight; }
  318. set { unNormalQtyWeight = value; }
  319. }
  320. private Double? bugPrice;
  321. /// <summary>
  322. /// 预算价
  323. /// </summary>
  324. public Double? BugPrice
  325. {
  326. set { bugPrice = value; }
  327. get { return bugPrice; }
  328. }
  329. private Double? invBudgetAmt;
  330. /// <summary>
  331. /// 库存预算总价
  332. /// </summary>
  333. public Double? InvBudgetAmt
  334. {
  335. set { invBudgetAmt = value; }
  336. get { return invBudgetAmt; }
  337. }
  338. private string invResponser;
  339. /// <summary>
  340. /// 库存责任人
  341. /// </summary>
  342. public string InvResponser
  343. {
  344. set { invResponser = value; }
  345. get { return invResponser; }
  346. }
  347. private string invMaterialType;
  348. /// <summary>
  349. /// 库存物料方式
  350. /// </summary>
  351. public string InvMaterialType
  352. {
  353. set { invMaterialType = value; }
  354. get { return invMaterialType; }
  355. }
  356. private string invPriceType;
  357. /// <summary>
  358. /// 库存计价方式
  359. /// </summary>
  360. public string InvPriceType
  361. {
  362. set { invPriceType = value; }
  363. get { return invPriceType; }
  364. }
  365. private string expenseType;
  366. /// <summary>
  367. /// 费用类型
  368. /// </summary>
  369. public string ExpenseType
  370. {
  371. set { expenseType = value; }
  372. get { return expenseType; }
  373. }
  374. private string remark;
  375. /// <summary>
  376. /// 备注
  377. /// </summary>
  378. public string Remark
  379. {
  380. set { remark = value; }
  381. get { return remark; }
  382. }
  383. private string validflag;
  384. /// <summary>
  385. /// 数据状态(有效、无效)
  386. /// </summary>
  387. public string Validflag
  388. {
  389. set { validflag = value; }
  390. get { return validflag; }
  391. }
  392. private string createName;
  393. /// <summary>
  394. /// 创建人
  395. /// </summary>
  396. public string CreateName
  397. {
  398. set { createName = value; }
  399. get { return createName; }
  400. }
  401. private DateTime? createTime;
  402. /// <summary>
  403. /// 创建时间
  404. /// </summary>
  405. public DateTime? CreateTime
  406. {
  407. set { createTime = value; }
  408. get { return createTime; }
  409. }
  410. private string updateName;
  411. /// <summary>
  412. /// 修改人
  413. /// </summary>
  414. public string UpdateName
  415. {
  416. set { updateName = value; }
  417. get { return updateName; }
  418. }
  419. private DateTime? updateTime;
  420. /// <summary>
  421. /// 修改时间
  422. /// </summary>
  423. public DateTime? UpdateTime
  424. {
  425. set { updateTime = value; }
  426. get { return updateTime; }
  427. }
  428. private string deleteName;
  429. /// <summary>
  430. /// 废除人
  431. /// </summary>
  432. public string DeleteName
  433. {
  434. set { deleteName = value; }
  435. get { return deleteName; }
  436. }
  437. private DateTime? deleteTime;
  438. /// <summary>
  439. /// 废除时间
  440. /// </summary>
  441. public DateTime? DeleteTime
  442. {
  443. set { deleteTime = value; }
  444. get { return deleteTime; }
  445. }
  446. private string createUserid;
  447. /// <summary>
  448. /// 创建人ID
  449. /// </summary>
  450. public string CreateUserid
  451. {
  452. set { createUserid = value; }
  453. get { return createUserid; }
  454. }
  455. private string updateUserid;
  456. /// <summary>
  457. /// 修改人ID
  458. /// </summary>
  459. public string UpdateUserid
  460. {
  461. set { updateUserid = value; }
  462. get { return updateUserid; }
  463. }
  464. private string deleteUserid;
  465. /// <summary>
  466. /// 废除人ID
  467. /// </summary>
  468. public string DeleteUserid
  469. {
  470. set { deleteUserid = value; }
  471. get { return deleteUserid; }
  472. }
  473. private string status;
  474. /// <summary>
  475. /// 0:待检1:合格2:不合格
  476. /// </summary>
  477. public string Status
  478. {
  479. set { status = value; }
  480. get { return status; }
  481. }
  482. /// <summary>
  483. /// 批次号(检验)
  484. /// </summary>
  485. private string checkNo;
  486. public string CheckNo
  487. {
  488. get { return checkNo; }
  489. set { checkNo = value; }
  490. }
  491. private string batchNo;
  492. /// <summary>
  493. /// 入场号
  494. /// </summary>
  495. public string BatchNo
  496. {
  497. set { batchNo = value; }
  498. get { return batchNo; }
  499. }
  500. private string useStatus;
  501. /// <summary>
  502. /// 1: 不可用2: 可正常使用
  503. /// </summary>
  504. public string UseStatus
  505. {
  506. set { useStatus = value; }
  507. get { return useStatus; }
  508. }
  509. private string matBatchNo;
  510. /// <summary>
  511. /// 批次号(物料)
  512. /// </summary>
  513. public string MatBatchNo
  514. {
  515. set { matBatchNo = value; }
  516. get { return matBatchNo; }
  517. }
  518. /// <summary>
  519. /// 采购计划行号
  520. /// </summary>
  521. private string purLineId;
  522. public string PurLineId
  523. {
  524. get { return purLineId; }
  525. set { purLineId = value; }
  526. }
  527. private string itemUnique;
  528. /// <summary>
  529. /// 唯一值标识
  530. /// </summary>
  531. public string ItemUnique
  532. {
  533. set { itemUnique = value; }
  534. get { return itemUnique; }
  535. }
  536. /// <summary>
  537. /// 物理库区
  538. /// </summary>
  539. private string invPhysic;
  540. public string InvPhysic
  541. {
  542. get { return invPhysic; }
  543. set { invPhysic = value; }
  544. }
  545. private string deliveryLocationCode;
  546. /// <summary>
  547. /// 交付地址编码
  548. /// </summary>
  549. public string DeliveryLocationCode
  550. {
  551. set { deliveryLocationCode = value; }
  552. get { return deliveryLocationCode; }
  553. }
  554. private string deliveryLocation;
  555. /// <summary>
  556. /// 交付地址
  557. /// </summary>
  558. public string DeliveryLocation
  559. {
  560. set { deliveryLocation = value; }
  561. get { return deliveryLocation; }
  562. }
  563. private String invIdSource;
  564. /// <summary>
  565. /// 源库存记录号(移库)
  566. /// </summary>
  567. public String InvIdSource
  568. {
  569. get { return invIdSource; }
  570. set { invIdSource = value; }
  571. }
  572. /** 包装数 */
  573. private String packageQty;
  574. /// <summary>
  575. /// 包装数
  576. /// </summary>
  577. public String PackageQty
  578. {
  579. get { return packageQty; }
  580. set { packageQty = value; }
  581. }
  582. /** 包装单位 */
  583. private String packageUnit;
  584. /// <summary>
  585. /// 包装单位
  586. /// </summary>
  587. public String PackageUnit
  588. {
  589. get { return packageUnit; }
  590. set { packageUnit = value; }
  591. }
  592. /** 每袋重量 */
  593. private String unitWeight;
  594. /// <summary>
  595. /// 每袋重量
  596. /// </summary>
  597. public String UnitWeight
  598. {
  599. get { return unitWeight; }
  600. set { unitWeight = value; }
  601. }
  602. /** 包装方式 */
  603. private String packageType;
  604. /// <summary>
  605. /// 包装方式
  606. /// </summary>
  607. public String PackageType
  608. {
  609. get { return packageType; }
  610. set { packageType = value; }
  611. }
  612. }
  613. }