u_mattress.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. /// <summary>
  65. /// 编码
  66. /// </summary>
  67. public string erp_mtrlcode { get; set; }
  68. /// <summary>
  69. /// 名称
  70. /// </summary>
  71. public string erp_mtrlname { get; set; }
  72. /// <summary>
  73. /// 规格
  74. /// </summary>
  75. public string erp_mtrlmode { get; set; }
  76. public int? erp_mtrltypeid { get; set; }
  77. /// <summary>
  78. /// 类别
  79. /// </summary>
  80. public string erp_mtrltype { get; set; }
  81. /// <summary>
  82. /// 单位
  83. /// </summary>
  84. public string erp_mtrlunit { get; set; }
  85. /// <summary>
  86. /// 英文名
  87. /// </summary>
  88. public string erp_mtrlengname { get; set; }
  89. public string erp_piccode { get; set; }
  90. public int? yw_flag { get; set; }
  91. public string yw_auditingrep { get; set; }
  92. public DateTime? yw_auditingdate { get; set; }
  93. public int? js1_flag { get; set; }
  94. public string js1_auditingrep { get; set; }
  95. public DateTime? js1_auditingdate { get; set; }
  96. public int? js2_flag { get; set; }
  97. public string js2_auditingrep { get; set; }
  98. public DateTime? js2_auditingdate { get; set; }
  99. public int? creatmtrl_flag { get; set; }
  100. public string creatmtrl_auditingrep { get; set; }
  101. public DateTime? creatmtrl_auditingdate { get; set; }
  102. public int? creatmtrlqd_flag { get; set; }
  103. public string creatmtrlqd_auditingrep { get; set; }
  104. public DateTime? creatmtrlqd_auditingdate { get; set; }
  105. public int? if_m_chai { get; set; }
  106. public int? if_z_chai { get; set; }
  107. public int? if_d_chai { get; set; }
  108. public int? if_n_butao { get; set; }
  109. public int? if_w_butao { get; set; }
  110. public int? if_m_wbutao_way { get; set; }
  111. public int? if_db_wbutao_way { get; set; }
  112. public decimal? s_cover_qty { get; set; }
  113. public decimal? z_cover_qty { get; set; }
  114. public decimal? x_cover_qty { get; set; }
  115. public decimal? biandai_qty { get; set; }
  116. public decimal? s_m_cover_qty { get; set; }
  117. public decimal? z_m_cover_qty { get; set; }
  118. public decimal? x_m_cover_qty { get; set; }
  119. public decimal? butao_point { get; set; }
  120. public decimal? chaizhuang_point { get; set; }
  121. public int? if_haimian_type { get; set; }
  122. public decimal? haimian_point { get; set; }
  123. public int? if_zhedie_type { get; set; }
  124. public string old_mtrlname { get; set; }
  125. public int? xd_flag { get; set; }
  126. public string xd_auditingrep { get; set; }
  127. public DateTime? xd_auditingdate { get; set; }
  128. public int? qr_flag { get; set; }
  129. public string qr_auditingrep { get; set; }
  130. public DateTime? qr_auditingdate { get; set; }
  131. public string temp_code { get; set; }
  132. public DateTime? erp_cb_updatetime { get; set; }
  133. public int? bcptypeid { get; set; }
  134. public int? if_bcp_type { get; set; }
  135. public int? bcp_m_id { get; set; }
  136. public string bcp_m_name { get; set; }
  137. public int? bcp_d_id { get; set; }
  138. public string bcp_d_name { get; set; }
  139. public int? bcp_dc_id { get; set; }
  140. public string bcp_dc_name { get; set; }
  141. public int? bcp_xc_id { get; set; }
  142. public string bcp_xc_name { get; set; }
  143. public int? bcp_vc_id { get; set; }
  144. public string bcp_vc_name { get; set; }
  145. public int? bcp_cw_id { get; set; }
  146. public string bcp_cw_name { get; set; }
  147. public decimal? zhizao_amt { get; set; }
  148. public decimal? guanli_rate { get; set; }
  149. public decimal? dannum_rate { get; set; }
  150. public decimal? cubage { get; set; }
  151. public decimal? foreign_cost_bz { get; set; }
  152. public decimal? foreign_cost_dd { get; set; }
  153. /// <summary>
  154. /// 主规格id
  155. /// </summary>
  156. public int? parentid { get; set; }
  157. #region 其他
  158. public int? pricelistid { get; set; }
  159. public int? copy_id { get; set; }
  160. /// <summary>
  161. /// 主副规格记录:弹簧排列个数-宽
  162. /// </summary>
  163. public int? spring_qty_width { get; set; }
  164. /// <summary>
  165. /// 主副规格记录:弹簧排列个数-长
  166. /// </summary>
  167. public int? spring_qty_length { get; set; }
  168. public int? mtrltypeid { get; set; }
  169. public string bj_mxdscrp { get; set; }
  170. public decimal? dijia_cost { get; set; }
  171. public string configcode { get; set; }
  172. public string configname { get; set; }
  173. public string model { get; set; }
  174. /// <summary>
  175. /// 大小单类型,1:散单,2:标准,3:大单,4:小单
  176. /// </summary>
  177. public int? dannum_type { get; set; }
  178. #endregion
  179. }
  180. }