修改枚举值变化
parent
8a232be59f
commit
43a720e09e
|
@ -34,17 +34,19 @@
|
||||||
US=1,
|
US=1,
|
||||||
|
|
||||||
EU=2,
|
EU=2,
|
||||||
|
|
||||||
Other=3
|
Other=3
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum DeclarationType
|
public enum DeclarationType
|
||||||
{
|
{
|
||||||
Other=-1,
|
Other=3,
|
||||||
|
|
||||||
US=0,
|
US=1,
|
||||||
|
|
||||||
CN=1,
|
CN=0,
|
||||||
EU=2,
|
EU=2,
|
||||||
JP=3
|
JP=4
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue