PushFeedback.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace CoreEntity.Entity
  5. {
  6. [Serializable]
  7. public class PushFeedback:PushContactWithGoods
  8. {
  9. private Guid _id;
  10. private Guid _pushrecordid;
  11. private string _feedback;
  12. //private string _goodsid;
  13. //private string _goodsname;
  14. //private string _goodscode;
  15. private int _goodsnum;
  16. private string _entname;
  17. //private string _brandname;
  18. private int _creationperson;
  19. private DateTime _creationtime;
  20. private int _lastmodifiedperson;
  21. private DateTime _lastmodified;
  22. private bool _isdelete;
  23. //private string _businessid;
  24. //private string _businesscode;
  25. //private string _businessname;
  26. //private string _goodsspec;
  27. //private string _manufacturer;
  28. private string _certino;
  29. //private decimal _purprice;
  30. private int _pushaccountid;
  31. //private decimal _storegapnum;
  32. //private decimal _purchasetotalnum;
  33. //private string _suppliersid;
  34. //private string _brandid;
  35. //private string _remark;
  36. //private string _entid;
  37. private int _state;
  38. private int _iscomplete;
  39. private DateTime _completetime;
  40. private int _hasorder;
  41. private DateTime _ordertime;
  42. private int _iscancel;
  43. private DateTime _canceltime;
  44. private DateTime _confirmpuchasetime;
  45. private DateTime _confirmordertime;
  46. private int _confirmpuchaser;
  47. private int _confirmorderperson;
  48. private DateTime _submittime;
  49. private int _submitperson;
  50. private int _cancelperson;
  51. private string _pushcode;
  52. private decimal _actprice;
  53. private String _ApprovalNo;
  54. private String _unit;
  55. private int _WmsMeas;
  56. public PushFeedback()
  57. {
  58. }
  59. public Guid Id
  60. {
  61. get { return _id; }
  62. set { _id = value; }
  63. }
  64. public Guid PushRecordId
  65. {
  66. get { return _pushrecordid; }
  67. set { _pushrecordid = value; }
  68. }
  69. public string Feedback
  70. {
  71. get { return _feedback; }
  72. set { _feedback = value; }
  73. }
  74. //public string GoodsId
  75. //{
  76. // get { return _goodsid; }
  77. // set { _goodsid = value; }
  78. //}
  79. //public string GoodsName
  80. //{
  81. // get { return _goodsname; }
  82. // set { _goodsname = value; }
  83. //}
  84. //public string GoodsCode
  85. //{
  86. // get { return _goodscode; }
  87. // set { _goodscode = value; }
  88. //}
  89. public int GoodsNum
  90. {
  91. get { return _goodsnum; }
  92. set { _goodsnum = value; }
  93. }
  94. public string EntName
  95. {
  96. get { return _entname; }
  97. set { _entname = value; }
  98. }
  99. //public string BrandName
  100. //{
  101. // get { return _brandname; }
  102. // set { _brandname = value; }
  103. //}
  104. public int CreationPerson
  105. {
  106. get { return _creationperson; }
  107. set { _creationperson = value; }
  108. }
  109. public DateTime CreationTime
  110. {
  111. get { return _creationtime; }
  112. set { _creationtime = value; }
  113. }
  114. public int LastModifiedPerson
  115. {
  116. get { return _lastmodifiedperson; }
  117. set { _lastmodifiedperson = value; }
  118. }
  119. public DateTime LastModified
  120. {
  121. get { return _lastmodified; }
  122. set { _lastmodified = value; }
  123. }
  124. public bool IsDelete
  125. {
  126. get { return _isdelete; }
  127. set { _isdelete = value; }
  128. }
  129. //public string BusinessId
  130. //{
  131. // get { return _businessid; }
  132. // set { _businessid = value; }
  133. //}
  134. //public string BusinessCode
  135. //{
  136. // get { return _businesscode; }
  137. // set { _businesscode = value; }
  138. //}
  139. //public string BusinessName
  140. //{
  141. // get { return _businessname; }
  142. // set { _businessname = value; }
  143. //}
  144. //public string GoodsSpec
  145. //{
  146. // get { return _goodsspec; }
  147. // set { _goodsspec = value; }
  148. //}
  149. //public string Manufacturer
  150. //{
  151. // get { return _manufacturer; }
  152. // set { _manufacturer = value; }
  153. //}
  154. public string CertiNo
  155. {
  156. get { return _certino; }
  157. set { _certino = value; }
  158. }
  159. //public decimal PurPrice
  160. //{
  161. // get { return _purprice; }
  162. // set { _purprice = value; }
  163. //}
  164. public int PushAccountId
  165. {
  166. get { return _pushaccountid; }
  167. set { _pushaccountid = value; }
  168. }
  169. public new string UserId
  170. {
  171. get { return _pushaccountid.ToString(); }
  172. set { _pushaccountid = Convert.ToInt32(value); }
  173. }
  174. //public decimal StoreGapNum
  175. //{
  176. // get { return _storegapnum; }
  177. // set { _storegapnum = value; }
  178. //}
  179. //public decimal PurchaseTotalNum
  180. //{
  181. // get { return _purchasetotalnum; }
  182. // set { _purchasetotalnum = value; }
  183. //}
  184. //public string SuppliersId
  185. //{
  186. // get { return _suppliersid; }
  187. // set { _suppliersid = value; }
  188. //}
  189. //public string BrandId
  190. //{
  191. // get { return _brandid; }
  192. // set { _brandid = value; }
  193. //}
  194. //public string Remark
  195. //{
  196. // get { return _remark; }
  197. // set { _remark = value; }
  198. //}
  199. //public string EntId
  200. //{
  201. // get { return _entid; }
  202. // set { _entid = value; }
  203. //}
  204. public int State
  205. {
  206. get { return _state; }
  207. set { _state = value; }
  208. }
  209. public int IsComplete
  210. {
  211. get { return _iscomplete; }
  212. set { _iscomplete = value; }
  213. }
  214. public DateTime CompleteTime
  215. {
  216. get { return _completetime; }
  217. set { _completetime = value; }
  218. }
  219. public int HasOrder
  220. {
  221. get { return _hasorder; }
  222. set { _hasorder = value; }
  223. }
  224. public DateTime OrderTime
  225. {
  226. get { return _ordertime; }
  227. set { _ordertime = value; }
  228. }
  229. public int IsCancel
  230. {
  231. get { return _iscancel; }
  232. set { _iscancel = value; }
  233. }
  234. public DateTime CancelTime
  235. {
  236. get { return _canceltime; }
  237. set { _canceltime = value; }
  238. }
  239. public DateTime ConfirmPuchaseTime
  240. {
  241. get { return _confirmpuchasetime; }
  242. set { _confirmpuchasetime = value; }
  243. }
  244. public DateTime ConfirmOrderTime
  245. {
  246. get { return _confirmordertime; }
  247. set { _confirmordertime = value; }
  248. }
  249. public int ConfirmPuchaser
  250. {
  251. get { return _confirmpuchaser; }
  252. set { _confirmpuchaser = value; }
  253. }
  254. public int ConfirmOrderPerson
  255. {
  256. get { return _confirmorderperson; }
  257. set { _confirmorderperson = value; }
  258. }
  259. public DateTime SubmitTime
  260. {
  261. get { return _submittime; }
  262. set { _submittime = value; }
  263. }
  264. public int SubmitPerson
  265. {
  266. get { return _submitperson; }
  267. set { _submitperson = value; }
  268. }
  269. public int CancelPerson
  270. {
  271. get { return _cancelperson; }
  272. set { _cancelperson = value; }
  273. }
  274. public string PushCode
  275. {
  276. get { return _pushcode; }
  277. set { _pushcode = value; }
  278. }
  279. private string _AccountRealName;
  280. private int _ReceiptMd;
  281. private int _CentPayMd;
  282. private string _OrgId;
  283. private string _DepId;
  284. public string AccountRealName { get => _AccountRealName; set => _AccountRealName = value; }
  285. public int ReceiptMd { get => _ReceiptMd; set => _ReceiptMd = value; }
  286. public int CentPayMd { get => _CentPayMd; set => _CentPayMd = value; }
  287. //private string _contactid;
  288. //public string ContactId
  289. //{
  290. // get { return _contactid; }
  291. // set { _contactid = value; }
  292. //}
  293. public string DepId { get => _DepId; set => _DepId = value; }
  294. public string OrgId { get => _OrgId; set => _OrgId = value; }
  295. public decimal ActPrice { get => _actprice; set => _actprice = value; }
  296. public string ApprovalNo { get => _ApprovalNo; set => _ApprovalNo = value; }
  297. public string Unit { get => _unit; set => _unit = value; }
  298. public int WmsMeas { get => _WmsMeas; set => _WmsMeas = value; }
  299. }
  300. public class PushFeedbackExt: PushFeedback{
  301. private decimal _DiffHour;
  302. private DateTime _RequestDate;
  303. private string _PurName;
  304. private decimal _PrepayAmt;
  305. private string _IsPrepay;
  306. private int _IsPrepayI;
  307. public decimal DiffHour { get => _DiffHour; set => _DiffHour = value; }
  308. public DateTime RequestDate { get => _RequestDate; set => _RequestDate = value; }
  309. public string PurName { get => _PurName; set => _PurName = value; }
  310. public decimal PrepayAmt { get => _PrepayAmt; set => _PrepayAmt = value; }
  311. public string IsPrepay { get => _IsPrepay; set => _IsPrepay = value; }
  312. public int IsPrepayI { get => _IsPrepayI; set => _IsPrepayI = value; }
  313. }
  314. public class PushFeedbackExcel
  315. {
  316. private Guid _id;
  317. private Guid _pushrecordid;
  318. private string _pushcode;
  319. private string _goodsname;
  320. private string _goodscode;
  321. public Guid Id
  322. {
  323. get { return _id; }
  324. set { _id = value; }
  325. }
  326. public Guid PushRecordId
  327. {
  328. get { return _pushrecordid; }
  329. set { _pushrecordid = value; }
  330. }
  331. public string Pushcode { get => _pushcode; set => _pushcode = value; }
  332. public string GoodsName
  333. {
  334. get { return _goodsname; }
  335. set { _goodsname = value; }
  336. }
  337. public string GoodsCode
  338. {
  339. get { return _goodscode; }
  340. set { _goodscode = value; }
  341. }
  342. private string _GoodsSpec;
  343. private string _Manufacturer;
  344. private string _ApprovalNo;
  345. private string _businessname;
  346. private decimal _purprice;
  347. private decimal _actprice;
  348. private decimal _storegapnum;
  349. private decimal _purchasetotalnum;
  350. private string _feedback;
  351. public string Manufacturer { get => _Manufacturer; set => _Manufacturer = value; }
  352. public string ApprovalNo { get => _ApprovalNo; set => _ApprovalNo = value; }
  353. public string GoodsSpec { get => _GoodsSpec; set => _GoodsSpec = value; }
  354. public string BusinessName
  355. {
  356. get { return _businessname; }
  357. set { _businessname = value; }
  358. }
  359. public decimal PurPrice { get => _purprice; set => _purprice = value; }
  360. public decimal ActPrice { get => _actprice; set => _actprice = value; }
  361. public decimal StoreGapNum
  362. {
  363. get { return _storegapnum; }
  364. set { _storegapnum = value; }
  365. }
  366. public decimal PurchaseTotalNum
  367. {
  368. get { return _purchasetotalnum; }
  369. set { _purchasetotalnum = value; }
  370. }
  371. public string Feedback
  372. {
  373. get { return _feedback; }
  374. set { _feedback = value; }
  375. }
  376. }
  377. public class PushRecordExcel
  378. {
  379. private DateTime _creationTime;
  380. private String _accountRealName;
  381. private string _goodscode;
  382. private string _goodsname;
  383. private string _feedback;
  384. private decimal _storegapnum;
  385. private decimal _purchasetotalnum;
  386. private decimal _actprice;
  387. private decimal _purprice;
  388. private string _BusinessCode;
  389. private string _BrandName;
  390. private string _GoodsSpec;
  391. private string _Manufacturer;
  392. private string _Remark;
  393. public DateTime CreationTime
  394. {
  395. get { return _creationTime; }
  396. set { _creationTime = value; }
  397. }
  398. public string AccountRealName
  399. {
  400. get { return _accountRealName; }
  401. set { _accountRealName = value; }
  402. }
  403. public string GoodsCode
  404. {
  405. get { return _goodscode; }
  406. set { _goodscode = value; }
  407. }
  408. public string GoodsName
  409. {
  410. get { return _goodsname; }
  411. set { _goodsname = value; }
  412. }
  413. public string Feedback
  414. {
  415. get { return _feedback; }
  416. set { _feedback = value; }
  417. }
  418. public decimal StoreGapNum
  419. {
  420. get { return _storegapnum; }
  421. set { _storegapnum = value; }
  422. }
  423. public decimal PurchaseTotalNum
  424. {
  425. get { return _purchasetotalnum; }
  426. set { _purchasetotalnum = value; }
  427. }
  428. public decimal ActPrice
  429. {
  430. get { return _actprice; }
  431. set { _actprice = value; }
  432. }
  433. public decimal PurPrice
  434. {
  435. get { return _purprice; }
  436. set { _purprice = value; }
  437. }
  438. public string BusinessCode
  439. {
  440. get { return _BusinessCode; }
  441. set { _BusinessCode = value; }
  442. }
  443. public string BrandName
  444. {
  445. get { return _BrandName; }
  446. set { _BrandName = value; }
  447. }
  448. public string GoodsSpec
  449. {
  450. get { return _GoodsSpec; }
  451. set { _GoodsSpec = value; }
  452. }
  453. public string Manufacturer
  454. {
  455. get { return _Manufacturer; }
  456. set { _Manufacturer = value; }
  457. }
  458. public string Remark
  459. {
  460. get { return _Remark; }
  461. set { _Remark = value; }
  462. }
  463. }
  464. }