1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| using System;
| using System.Collections.Generic;
| using System.Linq;
| using System.Text;
| using System.Threading.Tasks;
|
| namespace EnumType
| {
| public enum ETranGoodSize
| {
| A2910A1310A2355=1,
| A2910A1310A1270=2,
| A1850A1310A2355=3,
| A2700A1310A2430=4,
| A2720A2000A1305=5,
| A2720A2000A1155=6,
| A2800A1400A1255=7,
| A2400A1400A1255=8
| }
| }
|
|