u_bednet.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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[] { "bednetid" })]
  9. public sealed class u_bednet
  10. {
  11. public int? bednetid { get; set; }
  12. public int? deptid { get; set; }
  13. public int? bednettypeid { 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? if_doublenet { get; set; }
  18. public int? if_doublespring { get; set; }
  19. public decimal? snake_wire_diameter { get; set; }
  20. public string snake_wire_mtrl_formula { get; set; }
  21. public decimal? snake_wire_mtrl_cost { get; set; }
  22. public string pocket_around_spring_formula { get; set; }
  23. public decimal? pocket_around_spring_cost { get; set; }
  24. public string pocket_around_fabrics_formula { get; set; }
  25. public decimal? pocket_around_fabrics_cost { get; set; }
  26. public string hard_around_mtrl_formula { get; set; }
  27. public decimal? hard_around_mtrl_cost { get; set; }
  28. public string hard_around_hr_formula { get; set; }
  29. public decimal? hard_around_hr_cost { get; set; }
  30. public decimal? spring_mtrl_cost { get; set; }
  31. public decimal? spring_hr_cost { get; set; }
  32. public decimal? glue_price { get; set; }
  33. public string glue_mtrl_formula { get; set; }
  34. public decimal? glue_mtrl_cost { get; set; }
  35. public string fabrics1_mtrl_formula { get; set; }
  36. public decimal? fabrics1_mtrl_cost { get; set; }
  37. public string fabrics2_mtrl_formula { get; set; }
  38. public decimal? fabrics2_mtrl_cost { get; set; }
  39. public int? if_side_iron { get; set; }
  40. public decimal? side_iron_lossrate { get; set; }
  41. public decimal? side_iron_price { get; set; }
  42. public string side_iron_mtrl_formula { get; set; }
  43. public decimal? side_iron_mtrl_cost { get; set; }
  44. public string side_iron_hr_formula { get; set; }
  45. public decimal? side_iron_hr_cost { get; set; }
  46. public decimal? cnail_price { get; set; }
  47. public string cnail_mtrl_formula { get; set; }
  48. public decimal? cnail_mtrl_cost { get; set; }
  49. public string cnail_hr_formula { get; set; }
  50. public decimal? cnail_hr_cost { get; set; }
  51. public int? sponge_mtrlid { get; set; }
  52. public decimal? sponge_thickness { get; set; }
  53. public decimal? sponge_price { get; set; }
  54. public string sponge_mtrl_formula { get; set; }
  55. public decimal? sponge_mtrl_cost { get; set; }
  56. public string sponge_hr_formula { get; set; }
  57. public decimal? sponge_hr_cost { get; set; }
  58. public int? edge_mtrlid { get; set; }
  59. public decimal? edge_price { get; set; }
  60. public string edge_mtrl_formula { get; set; }
  61. public decimal? edge_mtrl_cost { get; set; }
  62. public string edge_hr_formula { get; set; }
  63. public decimal? edge_hr_cost { get; set; }
  64. public decimal? fork_qty { get; set; }
  65. public decimal? fork_price { get; set; }
  66. public string fork_mtrl_formula { get; set; }
  67. public decimal? fork_mtrl_cost { get; set; }
  68. public string fork_hr_formula { get; set; }
  69. public decimal? fork_hr_cost { get; set; }
  70. public int? if_rsorwa { get; set; }
  71. public decimal? rsorwa_price { get; set; }
  72. public string rsorwa_mtrl_formula { get; set; }
  73. public decimal? rsorwa_mtrl_cost { get; set; }
  74. public string rsorwa_hr_formula { get; set; }
  75. public decimal? rsorwa_hr_cost { get; set; }
  76. public int? if_sponge_drilling { get; set; }
  77. public string sponge_drilling_hr_formula { get; set; }
  78. public decimal? sponge_drilling_hr_cost { get; set; }
  79. public decimal? total_hr_cost { get; set; }
  80. public decimal? total_mtrl_cost { get; set; }
  81. public decimal? total_fees_cost { get; set; }
  82. public decimal? total_cost { get; set; }
  83. public DateTime? createtime { get; set; }
  84. public string createby { get; set; }
  85. public string bednetcode { get; set; }
  86. public string bednetname { get; set; }
  87. public string spring_mtrl_formula { get; set; }
  88. public string spring_hr_formula { get; set; }
  89. public string sponge_mtrl_cost_replace_formula { get; set; }
  90. public string sponge_hr_cost_replace_formula { get; set; }
  91. public string edge_mtrl_cost_replace_formula { get; set; }
  92. public string edge_hr_cost_replace_formula { get; set; }
  93. public string fork_mtrl_cost_replace_formula { get; set; }
  94. public string fork_hr_cost_replace_formula { get; set; }
  95. public string rsorwa_mtrl_cost_replace_formula { get; set; }
  96. public string rsorwa_hr_cost_replace_formula { get; set; }
  97. public string sponge_drilling_hr_cost_replace_formula { get; set; }
  98. public string snake_wire_mtrl_cost_replace_formula { get; set; }
  99. public int? flag { get; set; }
  100. public decimal? taxrate { get; set; }
  101. public decimal? taxes { get; set; }
  102. public decimal? commissionrate { get; set; }
  103. public decimal? commission { get; set; }
  104. public decimal? fob { get; set; }
  105. public decimal? profitrate { get; set; }
  106. public decimal? nottax_factory_cost { get; set; }
  107. public decimal? nottax_dept_cost { get; set; }
  108. public decimal? dept_cost { get; set; }
  109. public decimal? foreign_cost { get; set; }
  110. public decimal? extras_cost { get; set; }
  111. public decimal? dept_profitrate { get; set; }
  112. public decimal? moneyrate { get; set; }
  113. public int? temp_flag { get; set; }
  114. public int? felt_mtrlid { get; set; }
  115. public decimal? felt_qty { get; set; }
  116. public decimal? felt_price { get; set; }
  117. public string felt_dscrp { get; set; }
  118. public string felt_mtrl_formula { get; set; }
  119. public decimal? felt_mtrl_cost { get; set; }
  120. public string felt_hr_formula { get; set; }
  121. public decimal? felt_hr_cost { get; set; }
  122. public string felt_mtrl_cost_replace_formula { get; set; }
  123. public string felt_hr_cost_replace_formula { get; set; }
  124. public string extras_cost_dscrp { get; set; }
  125. public int? iffork { get; set; }
  126. public int? ifsaleout { get; set; }
  127. public int? autotype { get; set; }
  128. public decimal? felt_mtrl_x_cost { get; set; }
  129. public decimal? felt_hr_x_cost { get; set; }
  130. public decimal? felt_x_qty { get; set; }
  131. public string felt_mtrl_x_cost_replace_formula { get; set; }
  132. public string felt_hr_x_cost_replace_formula { get; set; }
  133. public int? felt_x_mtrlid { get; set; }
  134. public decimal? sale_point { get; set; }
  135. public string packtype { get; set; }
  136. public decimal? packqty { get; set; }
  137. public decimal? other_rate { get; set; }
  138. public string transport_type { get; set; }
  139. public string packmtrl { get; set; }
  140. public string packet_mtrl_formula { get; set; }
  141. public string packet_hr_formula { get; set; }
  142. public decimal? packet_mtrl_cost { get; set; }
  143. public decimal? packet_hr_cost { get; set; }
  144. public string packet_mtrl_cost_replace_formula { get; set; }
  145. public string packet_hr_cost_replace_formula { get; set; }
  146. public decimal? sponge_height { get; set; }
  147. public decimal? edge_height { get; set; }
  148. public decimal? sponge_tc_thickness { get; set; }
  149. public decimal? sponge_tc_height { get; set; }
  150. public int? sponge_tc_mtrlid { get; set; }
  151. public decimal? sponge_mtrl_tc_cost { get; set; }
  152. public string sponge_mtrl_tc_formula { get; set; }
  153. public string sponge_mtrl_tc_cost_replace_formula { get; set; }
  154. public decimal? sum_weight { get; set; }
  155. public decimal? spring_weight { get; set; }
  156. public decimal? snake_weight { get; set; }
  157. public decimal? side_weight { get; set; }
  158. public string duo_qv_str { get; set; }
  159. public string spring_weight_formula { get; set; }
  160. public string side_iron_weight_formula { get; set; }
  161. public string hard_around_weight_formula { get; set; }
  162. public string fabrics1_weight_formula { get; set; }
  163. public string fabrics2_weight_formula { get; set; }
  164. public string felt_weight_formula { get; set; }
  165. public string cnail_weight_formula { get; set; }
  166. public string sponge_weight_formula { get; set; }
  167. public string sponge_weight_tc_formula { get; set; }
  168. public string edge_weight_formula { get; set; }
  169. public string fork_weight_formula { get; set; }
  170. public string spring_weight_replace_formula { get; set; }
  171. public string side_iron_weight_replace_formula { get; set; }
  172. public string hard_around_weight_replace_formula { get; set; }
  173. public string fabrics1_weight_replace_formula { get; set; }
  174. public string fabrics2_weight_replace_formula { get; set; }
  175. public string felt_weight_replace_formula { get; set; }
  176. public string cnail_weight_replace_formula { get; set; }
  177. public string sponge_weight_replace_formula { get; set; }
  178. public string sponge_weight_tc_replace_formula { get; set; }
  179. public string edge_weight_replace_formula { get; set; }
  180. public string fork_weight_replace_formula { get; set; }
  181. public decimal? spring_weight_qty { get; set; }
  182. public decimal? side_iron_weight_qty { get; set; }
  183. public decimal? hard_around_weight_qty { get; set; }
  184. public decimal? fabrics1_weight_qty { get; set; }
  185. public decimal? fabrics2_weight_qty { get; set; }
  186. public decimal? felt_weight_qty { get; set; }
  187. public decimal? cnail_weight_qty { get; set; }
  188. public decimal? sponge_weight_qty { get; set; }
  189. public decimal? sponge_weight_tc_qty { get; set; }
  190. public decimal? edge_weight_qty { get; set; }
  191. public decimal? fork_weight_qty { get; set; }
  192. public int? if_jb { get; set; }
  193. #region
  194. public int? pricelistid { get; set; }
  195. public string typename { get; set; }
  196. #endregion
  197. }
  198. }