Browse Source

接口 门辐

liuchaohui 2 years ago
parent
commit
80c32c9d48

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/orderData/entity/SyOrderDataVO.java

@@ -36,7 +36,7 @@ public class SyOrderDataVO {
     //采购委外账套号
     private java.lang.String ompoAccount;
     //门幅
-    private java.lang.String guangpeiGateWidth;
+    private java.math.BigDecimal guangpeiGateWidth;
     //克重
 
 }