username@email.com
2025-05-12 ae6e40362a745caef9ead36f81f38313fb8c2c66
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
 
namespace CY.Model.Inquiry
{
    /// <summary>
    /// 试卷保存模板
    /// </summary>
    [Serializable]
    public class InquirySHiJuanModel
    {
        /// <summary>
        /// 年级
        /// </summary>
        public string Nianji { get; set; }
        /// <summary>
        /// 人数
        /// </summary>
        public string txtRenshu { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string yuwencheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string yuwenselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string shuxuecheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string shuxueselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string yingyucheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string yingyuselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string pingdecheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string pingdeselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string kexuecheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string kexueselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string lishicheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string lishiselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string dilicheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string diliselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string shengwucheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string shengwuselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string wulicheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string wuliselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string huaxuecheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string huaxueselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string zhengzhicheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string zhengzhiselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string sixiangpingdecheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string sixiangpingdeselect { get; set; }
 
 
 
 
 
        /// <summary>
        /// 数量
        /// </summary>
        public string yuwendatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string yuwendatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string shuxuedatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string shuxuedatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string yingyudatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string yingyudatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string pingdedatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string pingdedatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string kexuedatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string kexuedatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string lishidatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string lishidatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string dilidatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string dilidatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string shengwudatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string shengwudatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string wulidatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string wulidatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string huaxuedatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string huaxuedatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string zhengzhidatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string zhengzhidatikaselect { get; set; }
 
        /// <summary>
        /// 数量
        /// </summary>
        public string sixiangpingdedatikacheckboxinput { get; set; }
        /// <summary>
        /// 几p
        /// </summary>
        public string sixiangpingdedatikaselect { get; set; }
 
    }
}