123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- using LJLib.DAL.SQL;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace JLHHJSvr.Com.Model
- {
- [PK(new[] { "bednetid" })]
- public sealed class u_bednet
- {
- public int? bednetid { get; set; }
- public int? deptid { get; set; }
- public int? bednettypeid { get; set; }
- public int? mattress_width { get; set; }
- public int? mattress_length { get; set; }
- public int? mattress_height { get; set; }
- public int? if_doublenet { get; set; }
- public int? if_doublespring { get; set; }
- public decimal? snake_wire_diameter { get; set; }
- public string snake_wire_mtrl_formula { get; set; }
- public decimal? snake_wire_mtrl_cost { get; set; }
- public string pocket_around_spring_formula { get; set; }
- public decimal? pocket_around_spring_cost { get; set; }
- public string pocket_around_fabrics_formula { get; set; }
- public decimal? pocket_around_fabrics_cost { get; set; }
- public string hard_around_mtrl_formula { get; set; }
- public decimal? hard_around_mtrl_cost { get; set; }
- public string hard_around_hr_formula { get; set; }
- public decimal? hard_around_hr_cost { get; set; }
- public decimal? spring_mtrl_cost { get; set; }
- public decimal? spring_hr_cost { get; set; }
- public decimal? glue_price { get; set; }
- public string glue_mtrl_formula { get; set; }
- public decimal? glue_mtrl_cost { get; set; }
- public string fabrics1_mtrl_formula { get; set; }
- public decimal? fabrics1_mtrl_cost { get; set; }
- public string fabrics2_mtrl_formula { get; set; }
- public decimal? fabrics2_mtrl_cost { get; set; }
- public int? if_side_iron { get; set; }
- public decimal? side_iron_lossrate { get; set; }
- public decimal? side_iron_price { get; set; }
- public string side_iron_mtrl_formula { get; set; }
- public decimal? side_iron_mtrl_cost { get; set; }
- public string side_iron_hr_formula { get; set; }
- public decimal? side_iron_hr_cost { get; set; }
- public decimal? cnail_price { get; set; }
- public string cnail_mtrl_formula { get; set; }
- public decimal? cnail_mtrl_cost { get; set; }
- public string cnail_hr_formula { get; set; }
- public decimal? cnail_hr_cost { get; set; }
- public int? sponge_mtrlid { get; set; }
- public decimal? sponge_thickness { get; set; }
- public decimal? sponge_price { get; set; }
- public string sponge_mtrl_formula { get; set; }
- public decimal? sponge_mtrl_cost { get; set; }
- public string sponge_hr_formula { get; set; }
- public decimal? sponge_hr_cost { get; set; }
- public int? edge_mtrlid { get; set; }
- public decimal? edge_price { get; set; }
- public string edge_mtrl_formula { get; set; }
- public decimal? edge_mtrl_cost { get; set; }
- public string edge_hr_formula { get; set; }
- public decimal? edge_hr_cost { get; set; }
- public decimal? fork_qty { get; set; }
- public decimal? fork_price { get; set; }
- public string fork_mtrl_formula { get; set; }
- public decimal? fork_mtrl_cost { get; set; }
- public string fork_hr_formula { get; set; }
- public decimal? fork_hr_cost { get; set; }
- public int? if_rsorwa { get; set; }
- public decimal? rsorwa_price { get; set; }
- public string rsorwa_mtrl_formula { get; set; }
- public decimal? rsorwa_mtrl_cost { get; set; }
- public string rsorwa_hr_formula { get; set; }
- public decimal? rsorwa_hr_cost { get; set; }
- public int? if_sponge_drilling { get; set; }
- public string sponge_drilling_hr_formula { get; set; }
- public decimal? sponge_drilling_hr_cost { get; set; }
- public decimal? total_hr_cost { get; set; }
- public decimal? total_mtrl_cost { get; set; }
- public decimal? total_fees_cost { get; set; }
- public decimal? total_cost { get; set; }
- public DateTime? createtime { get; set; }
- public string createby { get; set; }
- public string bednetcode { get; set; }
- public string bednetname { get; set; }
- public string spring_mtrl_formula { get; set; }
- public string spring_hr_formula { get; set; }
- public string sponge_mtrl_cost_replace_formula { get; set; }
- public string sponge_hr_cost_replace_formula { get; set; }
- public string edge_mtrl_cost_replace_formula { get; set; }
- public string edge_hr_cost_replace_formula { get; set; }
- public string fork_mtrl_cost_replace_formula { get; set; }
- public string fork_hr_cost_replace_formula { get; set; }
- public string rsorwa_mtrl_cost_replace_formula { get; set; }
- public string rsorwa_hr_cost_replace_formula { get; set; }
- public string sponge_drilling_hr_cost_replace_formula { get; set; }
- public string snake_wire_mtrl_cost_replace_formula { get; set; }
- public int? flag { get; set; }
- public decimal? taxrate { get; set; }
- public decimal? taxes { get; set; }
- public decimal? commissionrate { get; set; }
- public decimal? commission { get; set; }
- public decimal? fob { get; set; }
- public decimal? profitrate { get; set; }
- public decimal? nottax_factory_cost { get; set; }
- public decimal? nottax_dept_cost { get; set; }
- public decimal? dept_cost { get; set; }
- public decimal? foreign_cost { get; set; }
- public decimal? extras_cost { get; set; }
- public decimal? dept_profitrate { get; set; }
- public decimal? moneyrate { get; set; }
- public int? temp_flag { get; set; }
- public int? felt_mtrlid { get; set; }
- public decimal? felt_qty { get; set; }
- public decimal? felt_price { get; set; }
- public string felt_dscrp { get; set; }
- public string felt_mtrl_formula { get; set; }
- public decimal? felt_mtrl_cost { get; set; }
- public string felt_hr_formula { get; set; }
- public decimal? felt_hr_cost { get; set; }
- public string felt_mtrl_cost_replace_formula { get; set; }
- public string felt_hr_cost_replace_formula { get; set; }
- public string extras_cost_dscrp { get; set; }
- public int? iffork { get; set; }
- public int? ifsaleout { get; set; }
- public int? autotype { get; set; }
- public decimal? felt_mtrl_x_cost { get; set; }
- public decimal? felt_hr_x_cost { get; set; }
- public decimal? felt_x_qty { get; set; }
- public string felt_mtrl_x_cost_replace_formula { get; set; }
- public string felt_hr_x_cost_replace_formula { get; set; }
- public int? felt_x_mtrlid { get; set; }
- public decimal? sale_point { get; set; }
- public string packtype { get; set; }
- public decimal? packqty { get; set; }
- public decimal? other_rate { get; set; }
- public string transport_type { get; set; }
- public string packmtrl { get; set; }
- public string packet_mtrl_formula { get; set; }
- public string packet_hr_formula { get; set; }
- public decimal? packet_mtrl_cost { get; set; }
- public decimal? packet_hr_cost { get; set; }
- public string packet_mtrl_cost_replace_formula { get; set; }
- public string packet_hr_cost_replace_formula { get; set; }
- public decimal? sponge_height { get; set; }
- public decimal? edge_height { get; set; }
- public decimal? sponge_tc_thickness { get; set; }
- public decimal? sponge_tc_height { get; set; }
- public int? sponge_tc_mtrlid { get; set; }
- public decimal? sponge_mtrl_tc_cost { get; set; }
- public string sponge_mtrl_tc_formula { get; set; }
- public string sponge_mtrl_tc_cost_replace_formula { get; set; }
- public decimal? sum_weight { get; set; }
- public decimal? spring_weight { get; set; }
- public decimal? snake_weight { get; set; }
- public decimal? side_weight { get; set; }
- public string duo_qv_str { get; set; }
- public string spring_weight_formula { get; set; }
- public string side_iron_weight_formula { get; set; }
- public string hard_around_weight_formula { get; set; }
- public string fabrics1_weight_formula { get; set; }
- public string fabrics2_weight_formula { get; set; }
- public string felt_weight_formula { get; set; }
- public string cnail_weight_formula { get; set; }
- public string sponge_weight_formula { get; set; }
- public string sponge_weight_tc_formula { get; set; }
- public string edge_weight_formula { get; set; }
- public string fork_weight_formula { get; set; }
- public string spring_weight_replace_formula { get; set; }
- public string side_iron_weight_replace_formula { get; set; }
- public string hard_around_weight_replace_formula { get; set; }
- public string fabrics1_weight_replace_formula { get; set; }
- public string fabrics2_weight_replace_formula { get; set; }
- public string felt_weight_replace_formula { get; set; }
- public string cnail_weight_replace_formula { get; set; }
- public string sponge_weight_replace_formula { get; set; }
- public string sponge_weight_tc_replace_formula { get; set; }
- public string edge_weight_replace_formula { get; set; }
- public string fork_weight_replace_formula { get; set; }
- public decimal? spring_weight_qty { get; set; }
- public decimal? side_iron_weight_qty { get; set; }
- public decimal? hard_around_weight_qty { get; set; }
- public decimal? fabrics1_weight_qty { get; set; }
- public decimal? fabrics2_weight_qty { get; set; }
- public decimal? felt_weight_qty { get; set; }
- public decimal? cnail_weight_qty { get; set; }
- public decimal? sponge_weight_qty { get; set; }
- public decimal? sponge_weight_tc_qty { get; set; }
- public decimal? edge_weight_qty { get; set; }
- public decimal? fork_weight_qty { get; set; }
- public int? if_jb { get; set; }
- #region
- public int? pricelistid { get; set; }
- public string typename { get; set; }
- public int? copy_id { get; set; }
- /// <summary>
- /// 大小单类型,1:散单,2:标准,3:大单,4:小单
- /// </summary>
- public int? dannum_type { get; set; }
- public decimal? dannum_rate { get; set; }
- #endregion
- }
- }
|