ExcDeliverySubC.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. using System;
  2. using System.Text;
  3. namespace Pur.Entity.ck
  4. {
  5. [Serializable]
  6. public class ExcDeliverySubC:MatAttr
  7. {
  8. /** 送货子单行号 */
  9. private string deliverySubLineSqe;
  10. public string DeliverySubLineSqe
  11. {
  12. get { return deliverySubLineSqe; }
  13. set { deliverySubLineSqe = value; }
  14. }
  15. /** 磅单号 */
  16. private string matchid;
  17. public string Matchid
  18. {
  19. get { return matchid; }
  20. set { matchid = value; }
  21. }
  22. /** 送货子单号 */
  23. private string deliverySubId;
  24. public string DeliverySubId
  25. {
  26. get { return deliverySubId; }
  27. set { deliverySubId = value; }
  28. }
  29. /** 送货单行号 */
  30. private string deliveryLineSqe;
  31. public string DeliveryLineSqe
  32. {
  33. get { return deliveryLineSqe; }
  34. set { deliveryLineSqe = value; }
  35. }
  36. /** 送货单号 */
  37. private string deliveryId;
  38. public string DeliveryId
  39. {
  40. get { return deliveryId; }
  41. set { deliveryId = value; }
  42. }
  43. /** 发货通知单号 */
  44. private string noticeId;
  45. public string NoticeId
  46. {
  47. get { return noticeId; }
  48. set { noticeId = value; }
  49. }
  50. /** 发货通知单行号 */
  51. private string noticeLineSqe;
  52. public string NoticeLineSqe
  53. {
  54. get { return noticeLineSqe; }
  55. set { noticeLineSqe = value; }
  56. }
  57. /** 通知单行需求关系表ID */
  58. private string noticeRpId;
  59. public string NoticeRpId
  60. {
  61. get { return noticeRpId; }
  62. set { noticeRpId = value; }
  63. }
  64. /** 初检人ID */
  65. private String cjUserid;
  66. public String CjUserid
  67. {
  68. get { return cjUserid; }
  69. set { cjUserid = value; }
  70. }
  71. /** 初检人 */
  72. private String cjName;
  73. public String CjName
  74. {
  75. get { return cjName; }
  76. set { cjName = value; }
  77. }
  78. /** 初检时间 */
  79. private DateTime? cjTime;
  80. public DateTime? CjTime
  81. {
  82. get { return cjTime; }
  83. set { cjTime = value; }
  84. }
  85. /** 复检人ID */
  86. private String fjUserid;
  87. public String FjUserid
  88. {
  89. get { return fjUserid; }
  90. set { fjUserid = value; }
  91. }
  92. /** 复检人 */
  93. private String fjName;
  94. public String FjName
  95. {
  96. get { return fjName; }
  97. set { fjName = value; }
  98. }
  99. /** 复检时间 */
  100. private DateTime? fjTime;
  101. public DateTime? FjTime
  102. {
  103. get { return fjTime; }
  104. set { fjTime = value; }
  105. }
  106. /** 入库人ID */
  107. private String rkUserid;
  108. public String RkUserid
  109. {
  110. get { return rkUserid; }
  111. set { rkUserid = value; }
  112. }
  113. /** 入库人 */
  114. private String rkName;
  115. public String RkName
  116. {
  117. get { return rkName; }
  118. set { rkName = value; }
  119. }
  120. /** 入库时间 */
  121. private DateTime? rkTime;
  122. public DateTime? RkTime
  123. {
  124. get { return rkTime; }
  125. set { rkTime = value; }
  126. }
  127. /** 合同号 */
  128. private string orderId;
  129. public string OrderId
  130. {
  131. get { return orderId; }
  132. set { orderId = value; }
  133. }
  134. /** 合同行号 */
  135. private string orderLineSqe;
  136. public string OrderLineSqe
  137. {
  138. get { return orderLineSqe; }
  139. set { orderLineSqe = value; }
  140. }
  141. /** 状态:1、待收货;2、已收货;3,已入库;4、已结算;9、已退货 */
  142. private string status;
  143. public string Status
  144. {
  145. get { return status; }
  146. set { status = value; }
  147. }
  148. /** 物料编码 */
  149. private string itemCode;
  150. public string ItemCode
  151. {
  152. get { return itemCode; }
  153. set { itemCode = value; }
  154. }
  155. /** 物料描述 */
  156. private string itemDesc;
  157. public string ItemDesc
  158. {
  159. get { return itemDesc; }
  160. set { itemDesc = value; }
  161. }
  162. /** 物料名称 */
  163. private string itemName;
  164. public string ItemName
  165. {
  166. get { return itemName; }
  167. set { itemName = value; }
  168. }
  169. /** 物料英文名称 */
  170. private string itemDescE;
  171. public string ItemDescE
  172. {
  173. get { return itemDescE; }
  174. set { itemDescE = value; }
  175. }
  176. /** 物料型号规格 */
  177. private string itemModel;
  178. public string ItemModel
  179. {
  180. get { return itemModel; }
  181. set { itemModel = value; }
  182. }
  183. /** 物料材质 */
  184. private string itemSpec;
  185. public string ItemSpec
  186. {
  187. get { return itemSpec; }
  188. set { itemSpec = value; }
  189. }
  190. /** 数量 */
  191. private double? qty;
  192. public double? Qty
  193. {
  194. get { return qty; }
  195. set { qty = value; }
  196. }
  197. /** 已生成送货子单数量 */
  198. private double? createdQty;
  199. public double? CreatedQty
  200. {
  201. get { return createdQty; }
  202. set { createdQty = value; }
  203. }
  204. /** 是否使用采购单位 */
  205. private string itemUseUom;
  206. public string ItemUseUom
  207. {
  208. get { return itemUseUom; }
  209. set { itemUseUom = value; }
  210. }
  211. /** 采购单位(个、袋、桶) */
  212. private string itemUom;
  213. public string ItemUom
  214. {
  215. get { return itemUom; }
  216. set { itemUom = value; }
  217. }
  218. /** 转换系数 */
  219. private double? itemUomConefficient;
  220. public double? ItemUomConefficient
  221. {
  222. get { return itemUomConefficient; }
  223. set { itemUomConefficient = value; }
  224. }
  225. /** 库存单位 */
  226. private string weightUnit;
  227. public string WeightUnit
  228. {
  229. get { return weightUnit; }
  230. set { weightUnit = value; }
  231. }
  232. /** 入库类型 */
  233. private string receiveType;
  234. public string ReceiveType
  235. {
  236. get { return receiveType; }
  237. set { receiveType = value; }
  238. }
  239. /** 发货数量 */
  240. private double? shipQty;
  241. public double? ShipQty
  242. {
  243. get { return shipQty; }
  244. set { shipQty = value; }
  245. }
  246. /** 累计发货数量 */
  247. private double? shippedQty;
  248. public double? ShippedQty
  249. {
  250. get { return shippedQty; }
  251. set { shippedQty = value; }
  252. }
  253. /** 累计收货量 */
  254. private double? receivedQty;
  255. public double? ReceivedQty
  256. {
  257. get { return receivedQty; }
  258. set { receivedQty = value; }
  259. }
  260. /** 采购员 */
  261. private string buyerName;
  262. public string BuyerName
  263. {
  264. get { return buyerName; }
  265. set { buyerName = value; }
  266. }
  267. /** 是否计量 */
  268. private string meteringFlag;
  269. public string MeteringFlag
  270. {
  271. get { return meteringFlag; }
  272. set { meteringFlag = value; }
  273. }
  274. /** 是否批次控制 */
  275. private string batchFlag;
  276. public string BatchFlag
  277. {
  278. get { return batchFlag; }
  279. set { batchFlag = value; }
  280. }
  281. /** 是否理化检验 */
  282. private string pcFlag;
  283. public string PcFlag
  284. {
  285. get { return pcFlag; }
  286. set { pcFlag = value; }
  287. }
  288. /** 公司中文名称 */
  289. private string companyName;
  290. public string CompanyName
  291. {
  292. get { return companyName; }
  293. set { companyName = value; }
  294. }
  295. /** 备注 */
  296. private string remark;
  297. public string Remark
  298. {
  299. get { return remark; }
  300. set { remark = value; }
  301. }
  302. /** 数据状态(有效、无效) */
  303. private string validflag;
  304. public string Validflag
  305. {
  306. get { return validflag; }
  307. set { validflag = value; }
  308. }
  309. /** 创建人 */
  310. private string createName;
  311. public string CreateName
  312. {
  313. get { return createName; }
  314. set { createName = value; }
  315. }
  316. /** 创建时间 */
  317. private DateTime? createTime;
  318. public DateTime? CreateTime
  319. {
  320. get { return createTime; }
  321. set { createTime = value; }
  322. }
  323. /** 修改人 */
  324. private string updateName;
  325. public string UpdateName
  326. {
  327. get { return updateName; }
  328. set { updateName = value; }
  329. }
  330. /** 修改时间 */
  331. private DateTime? updateTime;
  332. public DateTime? UpdateTime
  333. {
  334. get { return updateTime; }
  335. set { updateTime = value; }
  336. }
  337. /** 废除人 */
  338. private string deleteName;
  339. public string DeleteName
  340. {
  341. get { return deleteName; }
  342. set { deleteName = value; }
  343. }
  344. /** 废除时间 */
  345. private DateTime? deleteTime;
  346. public DateTime? DeleteTime
  347. {
  348. get { return deleteTime; }
  349. set { deleteTime = value; }
  350. }
  351. /** 创建人ID */
  352. private string createUserid;
  353. public string CreateUserid
  354. {
  355. get { return createUserid; }
  356. set { createUserid = value; }
  357. }
  358. /** 修改人ID */
  359. private string updateUserid;
  360. public string UpdateUserid
  361. {
  362. get { return updateUserid; }
  363. set { updateUserid = value; }
  364. }
  365. /** 废除人ID */
  366. private string deleteUserid;
  367. public string DeleteUserid
  368. {
  369. get { return deleteUserid; }
  370. set { deleteUserid = value; }
  371. }
  372. /** 包装方式 */
  373. private string packageType;
  374. public string PackageType
  375. {
  376. get { return packageType; }
  377. set { packageType = value; }
  378. }
  379. /** 检验编号 */
  380. private string checkNo;
  381. public string CheckNo
  382. {
  383. get { return checkNo; }
  384. set { checkNo = value; }
  385. }
  386. private string packageQty;
  387. /// <summary>
  388. /// 包装数
  389. /// </summary>
  390. public string PackageQty
  391. {
  392. set { packageQty = value; }
  393. get { return packageQty; }
  394. }
  395. /**生产批次 */
  396. private string batchNo;
  397. public string BatchNo
  398. {
  399. get { return batchNo; }
  400. set { batchNo = value; }
  401. }
  402. /**车号 */
  403. private string carNum;
  404. public string CarNum
  405. {
  406. get { return carNum; }
  407. set { carNum = value; }
  408. }
  409. private string matBatchNo;
  410. /// <summary>
  411. /// 物料批号
  412. /// </summary>
  413. public string MatBatchNo
  414. {
  415. set { matBatchNo = value; }
  416. get { return matBatchNo; }
  417. }
  418. private Double? unitWeight;
  419. /// <summary>
  420. /// 每袋重量
  421. /// </summary>
  422. public Double? UnitWeight
  423. {
  424. set { unitWeight = value; }
  425. get { return unitWeight; }
  426. }
  427. private Double? kzQty;
  428. /// <summary>
  429. /// 扣杂量
  430. /// </summary>
  431. public Double? KzQty
  432. {
  433. set { kzQty = value; }
  434. get { return kzQty; }
  435. }
  436. private Double? jlQty;
  437. /// <summary>
  438. /// 计量结果
  439. /// </summary>
  440. public Double? JlQty
  441. {
  442. set { jlQty = value; }
  443. get { return jlQty; }
  444. }
  445. private string packageUnit;
  446. /// <summary>
  447. /// 包装单位
  448. /// </summary>
  449. public string PackageUnit
  450. {
  451. set { packageUnit = value; }
  452. get { return packageUnit; }
  453. }
  454. private Double? deduction2;
  455. /// <summary>
  456. /// 扣机铁
  457. /// </summary>
  458. public Double? Deduction2
  459. {
  460. set { deduction2 = value; }
  461. get { return deduction2; }
  462. }
  463. private Double? deduction3;
  464. /// <summary>
  465. /// 扣超长
  466. /// </summary>
  467. public Double? Deduction3
  468. {
  469. set { deduction3 = value; }
  470. get { return deduction3; }
  471. }
  472. private Double? deduction4;
  473. /// <summary>
  474. /// 扣轻薄
  475. /// </summary>
  476. public Double? Deduction4
  477. {
  478. set { deduction4 = value; }
  479. get { return deduction4; }
  480. }
  481. /// <summary>
  482. /// 是否已计量
  483. /// </summary>
  484. private string ismeter;
  485. public string Ismeter
  486. {
  487. get { return ismeter; }
  488. set { ismeter = value; }
  489. }
  490. //送货单集合(用于查询)
  491. private string[] col;
  492. public string[] Col
  493. {
  494. get { return col; }
  495. set { col = value; }
  496. }
  497. //处置编码
  498. private string handleCode;
  499. public string HandleCode
  500. {
  501. get { return handleCode; }
  502. set { handleCode = value; }
  503. }
  504. //让步接收送货单
  505. private string handleSubId;
  506. public string HandleSubId
  507. {
  508. get { return handleSubId; }
  509. set { handleSubId = value; }
  510. }
  511. //让步接收量
  512. private Double? handledQty;
  513. public Double? HandledQty
  514. {
  515. get { return handledQty; }
  516. set { handledQty = value; }
  517. }
  518. }
  519. }