u_mattress.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. using LJLib.DAL.SQL;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. namespace JLHHJSvr.Com.Model
  7. {
  8. [PK(new[] { "mattressid" })]
  9. public sealed class u_mattress
  10. {
  11. public int mattressid { get; set; }
  12. public int? deptid { get; set; }
  13. public int? mattresstypeid { get; set; }
  14. public int? mattress_width { get; set; }
  15. public int? mattress_length { get; set; }
  16. public int? mattress_height { get; set; }
  17. public int? packtype { get; set; }
  18. public int? packqty { get; set; }
  19. public int? woodpallettype { get; set; }
  20. public decimal? total_hr_cost { get; set; }
  21. public decimal? total_material_cost { get; set; }
  22. public string fees_dscrp { get; set; }
  23. public decimal? total_fees_cost { get; set; }
  24. public decimal? total_cost { get; set; }
  25. public decimal? taxrate { get; set; }
  26. public decimal? taxes { get; set; }
  27. public decimal? commissionrate { get; set; }
  28. public decimal? commission { get; set; }
  29. public decimal? fob { get; set; }
  30. public decimal? profitrate { get; set; }
  31. public DateTime? createtime { get; set; }
  32. public string createby { get; set; }
  33. public decimal? extras_cost { get; set; }
  34. public decimal? dept_profitrate { get; set; }
  35. public decimal? moneyrate { get; set; }
  36. public decimal? nottax_factory_cost { get; set; }
  37. public decimal? nottax_dept_cost { get; set; }
  38. public decimal? dept_cost { get; set; }
  39. public decimal? foreign_cost { get; set; }
  40. public string mattresscode { get; set; }
  41. public string mattressname { get; set; }
  42. public decimal? diameter { get; set; }
  43. public string area { get; set; }
  44. public string cabinet_type { get; set; }
  45. public string loading_type { get; set; }
  46. public decimal? hrcost { get; set; }
  47. public decimal? biandaicost { get; set; }
  48. public string fob_replace_formula { get; set; }
  49. public string hrcost_replace_formula { get; set; }
  50. public string biandaicost_replace_formula { get; set; }
  51. public string mattressrelcode { get; set; }
  52. public decimal? other_rate { get; set; }
  53. public string gydscrp { get; set; }
  54. public int? flag { get; set; }
  55. public decimal? dept_profitrate_rangli { get; set; }
  56. public string auditingrep { get; set; }
  57. public DateTime? auditingdate { get; set; }
  58. public decimal? profitrate_point { get; set; }
  59. public int? if_moneyrate { get; set; }
  60. public decimal? discount { get; set; }
  61. public int? if_discount { get; set; }
  62. public int? erp_mtrlid { get; set; }
  63. public int? erp_configcodetype { get; set; }
  64. public string erp_mtrlcode { get; set; }
  65. public string erp_mtrlname { get; set; }
  66. public string erp_mtrlmode { get; set; }
  67. public int? erp_mtrltypeid { get; set; }
  68. public string erp_mtrltype { get; set; }
  69. public string erp_mtrlunit { get; set; }
  70. public string erp_mtrlengname { get; set; }
  71. public string erp_piccode { get; set; }
  72. public int? yw_flag { get; set; }
  73. public string yw_auditingrep { get; set; }
  74. public DateTime? yw_auditingdate { get; set; }
  75. public int? js1_flag { get; set; }
  76. public string js1_auditingrep { get; set; }
  77. public DateTime? js1_auditingdate { get; set; }
  78. public int? js2_flag { get; set; }
  79. public string js2_auditingrep { get; set; }
  80. public DateTime? js2_auditingdate { get; set; }
  81. public int? creatmtrl_flag { get; set; }
  82. public string creatmtrl_auditingrep { get; set; }
  83. public DateTime? creatmtrl_auditingdate { get; set; }
  84. public int? creatmtrlqd_flag { get; set; }
  85. public string creatmtrlqd_auditingrep { get; set; }
  86. public DateTime? creatmtrlqd_auditingdate { get; set; }
  87. public int? if_m_chai { get; set; }
  88. public int? if_z_chai { get; set; }
  89. public int? if_d_chai { get; set; }
  90. public int? if_n_butao { get; set; }
  91. public int? if_w_butao { get; set; }
  92. public int? if_m_wbutao_way { get; set; }
  93. public int? if_db_wbutao_way { get; set; }
  94. public decimal? s_cover_qty { get; set; }
  95. public decimal? z_cover_qty { get; set; }
  96. public decimal? x_cover_qty { get; set; }
  97. public decimal? biandai_qty { get; set; }
  98. public decimal? s_m_cover_qty { get; set; }
  99. public decimal? z_m_cover_qty { get; set; }
  100. public decimal? x_m_cover_qty { get; set; }
  101. public decimal? butao_point { get; set; }
  102. public decimal? chaizhuang_point { get; set; }
  103. public int? if_haimian_type { get; set; }
  104. public decimal? haimian_point { get; set; }
  105. public int? if_zhedie_type { get; set; }
  106. public string old_mtrlname { get; set; }
  107. public int? xd_flag { get; set; }
  108. public string xd_auditingrep { get; set; }
  109. public DateTime? xd_auditingdate { get; set; }
  110. public int? qr_flag { get; set; }
  111. public string qr_auditingrep { get; set; }
  112. public DateTime? qr_auditingdate { get; set; }
  113. public string temp_code { get; set; }
  114. public DateTime? erp_cb_updatetime { get; set; }
  115. public int? bcptypeid { get; set; }
  116. public int? if_bcp_type { get; set; }
  117. public int? bcp_m_id { get; set; }
  118. public string bcp_m_name { get; set; }
  119. public int? bcp_d_id { get; set; }
  120. public string bcp_d_name { get; set; }
  121. public int? bcp_dc_id { get; set; }
  122. public string bcp_dc_name { get; set; }
  123. public int? bcp_xc_id { get; set; }
  124. public string bcp_xc_name { get; set; }
  125. public int? bcp_vc_id { get; set; }
  126. public string bcp_vc_name { get; set; }
  127. public int? bcp_cw_id { get; set; }
  128. public string bcp_cw_name { get; set; }
  129. public decimal? zhizao_amt { get; set; }
  130. public decimal? guanli_rate { get; set; }
  131. public decimal? dannum_rate { get; set; }
  132. public decimal? cubage { get; set; }
  133. public decimal? foreign_cost_bz { get; set; }
  134. public decimal? foreign_cost_dd { get; set; }
  135. }
  136. }