Showing
1 changed file
with
25 additions
and
0 deletions
@@ -139,3 +139,28 @@ public static class Request { | @@ -139,3 +139,28 @@ public static class Request { | ||
139 | private String orderAddressDetail; | 139 | private String orderAddressDetail; |
140 | } | 140 | } |
141 | ``` | 141 | ``` |
142 | + | ||
143 | + | ||
144 | +`grade`枚举值: | ||
145 | +> GRADE_1_A, | ||
146 | +> GRADE_1_B, | ||
147 | +> GRADE_2_A, | ||
148 | +> GRADE_2_B, | ||
149 | +> GRADE_3_A, | ||
150 | +> GRADE_3_B, | ||
151 | +> GRADE_4_A, | ||
152 | +> GRADE_4_B, | ||
153 | +> GRADE_5_A, | ||
154 | +> GRADE_5_B, | ||
155 | +> GRADE_6_A, | ||
156 | +> GRADE_6_B, | ||
157 | +> GRADE_7_A, | ||
158 | +> GRADE_7_B, | ||
159 | +> GRADE_8_A, | ||
160 | +> GRADE_8_B, | ||
161 | +> GRADE_9_A, | ||
162 | +> GRADE_9_B, | ||
163 | +> GRADE_10_A, | ||
164 | +> GRADE_10_B, | ||
165 | +> GRADE_11_A, | ||
166 | +> GRADE_11_B |
-
Please register or login to post a comment