liaoxujun@qq.com
2024-02-23 6e831c9dd9a46a1dbd727f5f06068c10aef99b46
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
using WalkingTec.Mvvm.Core;
using WalkingTec.Mvvm.Core.Extensions;
using cy_scdz.Model.Set;
 
 
namespace cy_scdz.ViewModel.Setting.PriceSettingVMs
{
    public partial class PriceSettingTemplateVM : BaseTemplateVM
    {
        [Display(Name = "封面双胶纸")]
        public ExcelPropety Fmsjz_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Fmsjz);
        [Display(Name = "封面牛皮纸")]
        public ExcelPropety Fmnpz_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Fmnpz);
        [Display(Name = "内页本色纸")]
        public ExcelPropety Nybsz_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Nybsz);
        [Display(Name = "内页高白纸")]
        public ExcelPropety Nygbz_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Nygbz);
        [Display(Name = "骑马钉内页单色32页16开")]
        public ExcelPropety Qmd_Nyds_32_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nyds_32_16k);
        [Display(Name = "骑马钉内页单色32页32开")]
        public ExcelPropety Qmd_Nyds_32_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nyds_32_32k);
        [Display(Name = "骑马钉内页单色36-48页16开")]
        public ExcelPropety Qmd_Nyds_36_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nyds_36_16k);
        [Display(Name = "骑马钉内页单色36-48页16开")]
        public ExcelPropety Qmd_Nyds_36_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nyds_36_32k);
        [Display(Name = "骑马钉内页双色32页16开")]
        public ExcelPropety Qmd_Nyss_32_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nyss_32_16k);
        [Display(Name = "骑马钉内页双色32页32开")]
        public ExcelPropety Qmd_Nyss_32_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nyss_32_32k);
        [Display(Name = "骑马钉内页双色36-48页16开")]
        public ExcelPropety Qmd_Nyss_36_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nyss_36_16k);
        [Display(Name = "骑马钉内页双色36-48页32开")]
        public ExcelPropety Qmd_Nyss_36_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nyss_36_32k);
        [Display(Name = "骑马钉内页四色32页16开")]
        public ExcelPropety Qmd_Nysis_32_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nysis_32_16k);
        [Display(Name = "骑马钉内页四色32页32开")]
        public ExcelPropety Qmd_Nysis_32_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nysis_32_32k);
        [Display(Name = "骑马钉内页四色36-48页16开")]
        public ExcelPropety Qmd_Nysis_36_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nysis_36_16k);
        [Display(Name = "骑马钉内页四色36-48页32开")]
        public ExcelPropety Qmd_Nysis_36_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Qmd_Nysis_36_32k);
        [Display(Name = "胶包内页单色32页16开")]
        public ExcelPropety Jb_Nyds_32_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nyds_32_16k);
        [Display(Name = "胶包内页单色32页32开")]
        public ExcelPropety Jb_Nyds_32_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nyds_32_32k);
        [Display(Name = "胶包内页单色36-48页16开")]
        public ExcelPropety Jb_Nyds_36_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nyds_36_16k);
        [Display(Name = "胶包内页单色36-48页16开")]
        public ExcelPropety Jb_Nyds_36_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nyds_36_32k);
        [Display(Name = "胶包内页双色32页16开")]
        public ExcelPropety Jb_Nyss_32_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nyss_32_16k);
        [Display(Name = "胶包内页双色32页32开")]
        public ExcelPropety Jb_Nyss_32_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nyss_32_32k);
        [Display(Name = "胶包内页双色36-48页16开")]
        public ExcelPropety Jb_Nyss_36_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nyss_36_16k);
        [Display(Name = "胶包内页双色36-48页32开")]
        public ExcelPropety Jb_Nyss_36_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nyss_36_32k);
        [Display(Name = "胶包内页四色32页16开")]
        public ExcelPropety Jb_Nysis_32_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nysis_32_16k);
        [Display(Name = "胶包内页四色32页32开")]
        public ExcelPropety Jb_Nysis_32_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nysis_32_32k);
        [Display(Name = "胶包内页四色36-48页16开")]
        public ExcelPropety Jb_Nysis_36_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nysis_36_16k);
        [Display(Name = "胶包内页四色36-48页32开")]
        public ExcelPropety Jb_Nysis_36_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Nysis_36_32k);
        [Display(Name = "胶包单色32张16开")]
        public ExcelPropety Jb_Ds_32_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Ds_32_16k);
        [Display(Name = "胶包单色32张32开")]
        public ExcelPropety Jb_Ds_32_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Jb_Ds_32_32k);
        [Display(Name = "裹背条16开")]
        public ExcelPropety Gbt_16k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Gbt_16k);
        [Display(Name = "裹背条32开")]
        public ExcelPropety Gbt_32k_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Gbt_32k);
        [Display(Name = "业务费用竞争")]
        public ExcelPropety Ywfy_Jz_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Ywfy_Jz);
        [Display(Name = "业务费用技术")]
        public ExcelPropety Ywfy_Zs_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Ywfy_Zs);
        [Display(Name = "物流费用")]
        public ExcelPropety Wlfy_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Wlfy);
        [Display(Name = "税费")]
        public ExcelPropety Sf_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Sf);
        [Display(Name = "纸张消耗")]
        public ExcelPropety Zzxh_Excel = ExcelPropety.CreateProperty<PriceSetting>(x => x.Zzxh);
 
        protected override void InitVM()
        {
        }
 
    }
 
    public class PriceSettingImportVM : BaseImportVM<PriceSettingTemplateVM, PriceSetting>
    {
 
    }
 
}