u_mattress.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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 decimal total_mtrl_hr_cost { get; set; }
  23. public string fees_dscrp { get; set; }
  24. public decimal? total_fees_cost { get; set; }
  25. public decimal? total_cost { get; set; }
  26. public decimal? taxrate { get; set; }
  27. public decimal? taxes { get; set; }
  28. public decimal? commissionrate { get; set; }
  29. public decimal? commission { get; set; }
  30. public decimal? fob { get; set; }
  31. public decimal? profitrate { get; set; }
  32. public DateTime? createtime { get; set; }
  33. public string createby { get; set; }
  34. public decimal? extras_cost { get; set; }
  35. public decimal? dept_profitrate { get; set; }
  36. public decimal? moneyrate { get; set; }
  37. public decimal? nottax_factory_cost { get; set; }
  38. public decimal? nottax_dept_cost { get; set; }
  39. public decimal? dept_cost { get; set; }
  40. public decimal? foreign_cost { get; set; }
  41. public string mattresscode { get; set; }
  42. public string mattressname { get; set; }
  43. public decimal? diameter { get; set; }
  44. public string area { get; set; }
  45. public string cabinet_type { get; set; }
  46. public string loading_type { get; set; }
  47. public decimal? hrcost { get; set; }
  48. public decimal? biandaicost { get; set; }
  49. public string fob_replace_formula { get; set; }
  50. public string hrcost_replace_formula { get; set; }
  51. public string biandaicost_replace_formula { get; set; }
  52. public string mattressrelcode { get; set; }
  53. public decimal? other_rate { get; set; }
  54. public string gydscrp { get; set; }
  55. public int? flag { get; set; }
  56. public decimal? dept_profitrate_rangli { get; set; }
  57. public string auditingrep { get; set; }
  58. public DateTime? auditingdate { get; set; }
  59. public decimal? profitrate_point { get; set; }
  60. public int? if_moneyrate { get; set; }
  61. public decimal? discount { get; set; }
  62. public int? if_discount { get; set; }
  63. public int? erp_mtrlid { get; set; }
  64. public int? erp_configcodetype { get; set; }
  65. /// <summary>
  66. /// 编码
  67. /// </summary>
  68. public string erp_mtrlcode { get; set; }
  69. /// <summary>
  70. /// 名称
  71. /// </summary>
  72. public string erp_mtrlname { get; set; }
  73. /// <summary>
  74. /// 规格
  75. /// </summary>
  76. public string erp_mtrlmode { get; set; }
  77. public int? erp_mtrltypeid { get; set; }
  78. /// <summary>
  79. /// 类别
  80. /// </summary>
  81. public string erp_mtrltype { get; set; }
  82. /// <summary>
  83. /// 单位
  84. /// </summary>
  85. public string erp_mtrlunit { get; set; }
  86. /// <summary>
  87. /// 英文名
  88. /// </summary>
  89. public string erp_mtrlengname { get; set; }
  90. public string erp_piccode { get; set; }
  91. public int? yw_flag { get; set; }
  92. public string yw_auditingrep { get; set; }
  93. public DateTime? yw_auditingdate { get; set; }
  94. public int? js1_flag { get; set; }
  95. public string js1_auditingrep { get; set; }
  96. public DateTime? js1_auditingdate { get; set; }
  97. public int? js2_flag { get; set; }
  98. public string js2_auditingrep { get; set; }
  99. public DateTime? js2_auditingdate { get; set; }
  100. public int? creatmtrl_flag { get; set; }
  101. public string creatmtrl_auditingrep { get; set; }
  102. public DateTime? creatmtrl_auditingdate { get; set; }
  103. public int? creatmtrlqd_flag { get; set; }
  104. public string creatmtrlqd_auditingrep { get; set; }
  105. public DateTime? creatmtrlqd_auditingdate { get; set; }
  106. public int? if_m_chai { get; set; }
  107. public int? if_z_chai { get; set; }
  108. public int? if_d_chai { get; set; }
  109. public int? if_n_butao { get; set; }
  110. public int? if_w_butao { get; set; }
  111. public int? if_m_wbutao_way { get; set; }
  112. public int? if_db_wbutao_way { get; set; }
  113. public decimal? s_cover_qty { get; set; }
  114. public decimal? z_cover_qty { get; set; }
  115. public decimal? x_cover_qty { get; set; }
  116. public decimal? biandai_qty { get; set; }
  117. public decimal? s_m_cover_qty { get; set; }
  118. public decimal? z_m_cover_qty { get; set; }
  119. public decimal? x_m_cover_qty { get; set; }
  120. public decimal? butao_point { get; set; }
  121. public decimal? chaizhuang_point { get; set; }
  122. public int? if_haimian_type { get; set; }
  123. public decimal? haimian_point { get; set; }
  124. public int? if_zhedie_type { get; set; }
  125. public string old_mtrlname { get; set; }
  126. public int? xd_flag { get; set; }
  127. public string xd_auditingrep { get; set; }
  128. public DateTime? xd_auditingdate { get; set; }
  129. public int? qr_flag { get; set; }
  130. public string qr_auditingrep { get; set; }
  131. public DateTime? qr_auditingdate { get; set; }
  132. public string temp_code { get; set; }
  133. public DateTime? erp_cb_updatetime { get; set; }
  134. public int? bcptypeid { get; set; }
  135. public int? if_bcp_type { get; set; }
  136. public int? bcp_m_id { get; set; }
  137. public string bcp_m_name { get; set; }
  138. public int? bcp_d_id { get; set; }
  139. public string bcp_d_name { get; set; }
  140. public int? bcp_dc_id { get; set; }
  141. public string bcp_dc_name { get; set; }
  142. public int? bcp_xc_id { get; set; }
  143. public string bcp_xc_name { get; set; }
  144. public int? bcp_vc_id { get; set; }
  145. public string bcp_vc_name { get; set; }
  146. public int? bcp_cw_id { get; set; }
  147. public string bcp_cw_name { get; set; }
  148. public decimal? zhizao_amt { get; set; }
  149. public decimal? guanli_rate { get; set; }
  150. public decimal? dannum_rate { get; set; }
  151. public decimal? cubage { get; set; }
  152. public decimal? foreign_cost_bz { get; set; }
  153. public decimal? foreign_cost_dd { get; set; }
  154. /// <summary>
  155. /// 主规格id
  156. /// </summary>
  157. public int? parentid { get; set; }
  158. /// <summary>
  159. /// 有多少个副规格
  160. /// </summary>
  161. public int? child_count { get; set; }
  162. /// <summary>
  163. /// 版本控制
  164. /// </summary>
  165. public int version { get; set; }
  166. #region 明细关联
  167. /// <summary>
  168. /// 明细内容
  169. /// </summary>
  170. public List<u_mattress_mx_mtrl> mxList { get; set; }
  171. /// <summary>
  172. /// 特殊工艺列表
  173. /// </summary>
  174. public List<u_mattress_mx_extra> extraList { get; set; }
  175. /// <summary>
  176. /// 其他额外费用列表
  177. /// </summary>
  178. public List<u_mattress_mx_extra> extraCostList { get; set; }
  179. /// <summary>
  180. /// 副规格
  181. /// </summary>
  182. public List<u_mattress> subspecsList { get; set; }
  183. #endregion
  184. #region 其他
  185. public int? pricelistid { get; set; }
  186. public int? copy_id { get; set; }
  187. /// <summary>
  188. /// 主副规格记录:弹簧排列个数-宽
  189. /// </summary>
  190. public int? spring_qty_width { get; set; }
  191. /// <summary>
  192. /// 主副规格记录:弹簧排列个数-长
  193. /// </summary>
  194. public int? spring_qty_length { get; set; }
  195. public decimal? bednet_fork_qty { get; set; }
  196. public int? mtrltypeid { get; set; }
  197. public string bj_mxdscrp { get; set; }
  198. public decimal? dijia_cost { get; set; }
  199. /// <summary>
  200. /// 1:散单底价-不含税出厂价
  201. /// </summary>
  202. public decimal? dijia_cost1 { get; set; }
  203. /// <summary>
  204. /// 2:标准底价-不含税出厂价
  205. /// </summary>
  206. public decimal? dijia_cost2 { get; set; }
  207. /// <summary>
  208. /// 3:大单底价-不含税出厂价
  209. /// </summary>
  210. public decimal? dijia_cost3 { get; set; }
  211. /// <summary>
  212. /// 4:小单底价-不含税出厂价
  213. /// </summary>
  214. public decimal? dijia_cost4 { get; set; }
  215. public string configcode { get; set; }
  216. public string configname { get; set; }
  217. public string model { get; set; }
  218. /// <summary>
  219. /// 大小单类型,1:散单,2:标准,3:大单,4:小单
  220. /// </summary>
  221. public int? dannum_type { get; set; }
  222. /// <summary>
  223. /// 1:散单报价-部门含税价
  224. /// </summary>
  225. public decimal? dannum_cost1 { get; set; }
  226. /// <summary>
  227. /// 2:标准报价-部门含税价
  228. /// </summary>
  229. public decimal? dannum_cost2 { get; set; }
  230. /// <summary>
  231. /// 3:大单报价-部门含税价
  232. /// </summary>
  233. public decimal? dannum_cost3 { get; set; }
  234. /// <summary>
  235. /// 4:小单报价-部门含税价
  236. /// </summary>
  237. public decimal? dannum_cost4 { get; set; }
  238. /// <summary>
  239. /// 床网是否使用弹叉
  240. /// </summary>
  241. public byte? bednet_iffork { get; set; }
  242. /// <summary>
  243. /// 动态信息记录
  244. /// </summary>
  245. public Dictionary<string,object> DynamicFields { get; set; }
  246. #endregion
  247. }
  248. }