YdmZcBillMyEntity.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.ComponentModel;
  6. using Core.Mes.Client.Comm.Attribute;
  7. namespace Core.StlMes.Client.YdmPipeManage.Entity
  8. {
  9. public class YdmZcBillMyEntity
  10. {
  11. private string realinvoiceno;
  12. [Description("发票号")]
  13. public string Realinvoiceno
  14. {
  15. get { return realinvoiceno; }
  16. set { realinvoiceno = value; }
  17. }
  18. private string delvryAddr;
  19. [Description("交货地点")]
  20. public string DelvryAddr
  21. {
  22. get { return delvryAddr; }
  23. set { delvryAddr = value; }
  24. }
  25. private string orderSeqNo;
  26. [Description("合同号")]
  27. public string OrderSeqNo
  28. {
  29. get { return orderSeqNo; }
  30. set { orderSeqNo = value; }
  31. }
  32. private string orderNo;
  33. [Description("合同头号")]
  34. public string OrderNo
  35. {
  36. get { return orderNo; }
  37. set { orderNo = value; }
  38. }
  39. private string orderSeq;
  40. [Description("合同行号")]
  41. public string OrderSeq
  42. {
  43. get { return orderSeq; }
  44. set { orderSeq = value; }
  45. }
  46. private string deliveryNo;
  47. [Description("交货行号")]
  48. public string DeliveryNo
  49. {
  50. get { return deliveryNo; }
  51. set { deliveryNo = value; }
  52. }
  53. private string ordPk;
  54. [Description("合同主键")]
  55. public string OrdPk
  56. {
  57. get { return ordPk; }
  58. set { ordPk = value; }
  59. }
  60. private string ordLnPk;
  61. [Description("合同行主键")]
  62. public string OrdLnPk
  63. {
  64. get { return ordLnPk; }
  65. set { ordLnPk = value; }
  66. }
  67. private string ordLnDlyPk;
  68. [Description("交货行主键")]
  69. public string OrdLnDlyPk
  70. {
  71. get { return ordLnDlyPk; }
  72. set { ordLnDlyPk = value; }
  73. }
  74. private string produccode;
  75. [Description("品名代码")]
  76. public string Produccode
  77. {
  78. get { return produccode; }
  79. set { produccode = value; }
  80. }
  81. private string producname;
  82. [Description("品名")]
  83. public string Producname
  84. {
  85. get { return producname; }
  86. set { producname = value; }
  87. }
  88. private string steelcode;
  89. [Description("钢级代码")]
  90. public string Steelcode
  91. {
  92. get { return steelcode; }
  93. set { steelcode = value; }
  94. }
  95. private string steelname;
  96. [Description("钢级牌号")]
  97. public string Steelname
  98. {
  99. get { return steelname; }
  100. set { steelname = value; }
  101. }
  102. private string stdCode;
  103. [Description("标准代码")]
  104. public string StdCode
  105. {
  106. get { return stdCode; }
  107. set { stdCode = value; }
  108. }
  109. private string stdName;
  110. [Description("标准名称")]
  111. public string StdName
  112. {
  113. get { return stdName; }
  114. set { stdName = value; }
  115. }
  116. private string stdStyle;
  117. [Description("标准类别代码")]
  118. public string StdStyle
  119. {
  120. get { return stdStyle; }
  121. set { stdStyle = value; }
  122. }
  123. private string stdStyleDesc;
  124. [Description("标准类别")]
  125. public string StdStyleDesc
  126. {
  127. get { return stdStyleDesc; }
  128. set { stdStyleDesc = value; }
  129. }
  130. private string modelCode;
  131. [Description("扣型代码")]
  132. public string ModelCode
  133. {
  134. get { return modelCode; }
  135. set { modelCode = value; }
  136. }
  137. private string modelDesc;
  138. [Description("扣型")]
  139. public string ModelDesc
  140. {
  141. get { return modelDesc; }
  142. set { modelDesc = value; }
  143. }
  144. private string specCode;
  145. [Description("规格代码")]
  146. public string SpecCode
  147. {
  148. get { return specCode; }
  149. set { specCode = value; }
  150. }
  151. private string specName;
  152. [Description("产品规格")]
  153. public string SpecName
  154. {
  155. get { return specName; }
  156. set { specName = value; }
  157. }
  158. private string lenMin;
  159. [Description("下限")]
  160. public string LenMin
  161. {
  162. get { return lenMin; }
  163. set { lenMin = value; }
  164. }
  165. private string lenMax;
  166. [Description("上限")]
  167. public string LenMax
  168. {
  169. get { return lenMax; }
  170. set { lenMax = value; }
  171. }
  172. private string delvryQty;
  173. [Description("订货量")]
  174. public string DelvryQty
  175. {
  176. get { return delvryQty; }
  177. set { delvryQty = value; }
  178. }
  179. private string orderUnit;
  180. [Description("单位")]
  181. public string OrderUnit
  182. {
  183. get { return orderUnit; }
  184. set { orderUnit = value; }
  185. }
  186. private string wgtEstmt;
  187. [Description("估算重量(吨)")]
  188. public string WgtEstmt
  189. {
  190. get { return wgtEstmt; }
  191. set { wgtEstmt = value; }
  192. }
  193. private string actTransType;
  194. [Description("运输方式")]
  195. public string ActTransType
  196. {
  197. get { return actTransType; }
  198. set { actTransType = value; }
  199. }
  200. private string receivNo;
  201. [Description("收货单位编码")]
  202. public string ReceivNo
  203. {
  204. get { return receivNo; }
  205. set { receivNo = value; }
  206. }
  207. private string receivNm;
  208. [Description("收货单位")]
  209. public string ReceivNm
  210. {
  211. get { return receivNm; }
  212. set { receivNm = value; }
  213. }
  214. private string stlmtUnitNo;
  215. [Description("结算单位编码")]
  216. public string StlmtUnitNo
  217. {
  218. get { return stlmtUnitNo; }
  219. set { stlmtUnitNo = value; }
  220. }
  221. private string stlmtUnitNm;
  222. [Description("结算单位")]
  223. public string StlmtUnitNm
  224. {
  225. get { return stlmtUnitNm; }
  226. set { stlmtUnitNm = value; }
  227. }
  228. private string planWt;
  229. [Description("吨")]
  230. public string PlanWt
  231. {
  232. get { return planWt; }
  233. set { planWt = value; }
  234. }
  235. private string planNum;
  236. [Description("支")]
  237. public string PlanNum
  238. {
  239. get { return planNum; }
  240. set { planNum = value; }
  241. }
  242. private string actWt;
  243. [Description("吨")]
  244. public string ActWt
  245. {
  246. get { return actWt; }
  247. set { actWt = value; }
  248. }
  249. private string actNum;
  250. [Description("支")]
  251. public string ActNum
  252. {
  253. get { return actNum; }
  254. set { actNum = value; }
  255. }
  256. private string billNo;
  257. [Description("提单号")]
  258. public string BillNo
  259. {
  260. get { return billNo; }
  261. set { billNo = value; }
  262. }
  263. private string billNoSeq;
  264. [Description("序号")]
  265. public string BillNoSeq
  266. {
  267. get { return billNoSeq; }
  268. set { billNoSeq = value; }
  269. }
  270. private string customerNo;
  271. [Description("订货单位代码")]
  272. public string CustomerNo
  273. {
  274. get { return customerNo; }
  275. set { customerNo = value; }
  276. }
  277. private string customerNm;
  278. [Description("订货单位")]
  279. public string CustomerNm
  280. {
  281. get { return customerNm; }
  282. set { customerNm = value; }
  283. }
  284. private string storageName;
  285. [Description("出库地点")]
  286. public string StorageName
  287. {
  288. get { return storageName; }
  289. set { storageName = value; }
  290. }
  291. private string prtFlag;
  292. [Description("过磅")]
  293. [DataHidden(true)]
  294. public string PrtFlag
  295. {
  296. get { return prtFlag; }
  297. set { prtFlag = value; }
  298. }
  299. private string saleAreaDesc;
  300. [Description("销售区域")]
  301. [DataHidden(true)]
  302. public string SaleAreaDesc
  303. {
  304. get { return saleAreaDesc; }
  305. set { saleAreaDesc = value; }
  306. }
  307. private string createName;
  308. [Description("销售业务员")]
  309. [DataHidden(true)]
  310. public string CreateName
  311. {
  312. get { return createName; }
  313. set { createName = value; }
  314. }
  315. public YdmZcBillMyEntity()
  316. {
  317. billNo = "";
  318. orderNo = "";
  319. orderSeq = "";
  320. deliveryNo = "";
  321. ordPk = "";
  322. ordLnPk = "";
  323. ordLnDlyPk = "";
  324. produccode = "";
  325. producname = "";
  326. steelcode = "";
  327. steelname = "";
  328. stdCode = "";
  329. stdName = "";
  330. stdStyle = "";
  331. stdStyleDesc = "";
  332. modelCode = "";
  333. modelDesc = "";
  334. specCode = "";
  335. specName = "";
  336. lenMin = "";
  337. lenMax = "";
  338. delvryQty = "";
  339. orderUnit = "";
  340. wgtEstmt = "";
  341. actTransType = "";
  342. receivNo = "";
  343. receivNm = "";
  344. stlmtUnitNo = "";
  345. stlmtUnitNm = "";
  346. planWt = "";
  347. planNum = "";
  348. actWt = "";
  349. actNum = "";
  350. }
  351. }
  352. }