You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/express/request/WxMaExpressOrderCargo.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public class WxMaExpressOrderCargo implements Serializable {
34
34
* 描述: 单位是千克(kg)
35
35
* </pre>
36
36
*/
37
-
privateIntegerweight;
37
+
privateDoubleweight;
38
38
39
39
/**
40
40
* 包裹长度
@@ -44,7 +44,7 @@ public class WxMaExpressOrderCargo implements Serializable {
44
44
* </pre>
45
45
*/
46
46
@SerializedName("space_x")
47
-
privateIntegerspaceLength;
47
+
privateDoublespaceLength;
48
48
49
49
/**
50
50
* 包裹宽度
@@ -54,7 +54,7 @@ public class WxMaExpressOrderCargo implements Serializable {
54
54
* </pre>
55
55
*/
56
56
@SerializedName("space_y")
57
-
privateIntegerspaceWidth;
57
+
privateDoublespaceWidth;
58
58
59
59
/**
60
60
* 包裹高度
@@ -64,7 +64,7 @@ public class WxMaExpressOrderCargo implements Serializable {
0 commit comments