Browse Source

修改报价

wks 2 năm trước cách đây
mục cha
commit
fa99458aca

+ 1 - 1
src/main/java/com/ydtech/modules/order/entity/vo/OrderVo.java

@@ -496,6 +496,6 @@ public class OrderVo implements Serializable {
     private JSONArray jqInsuranceType;
 
     @ApiModelProperty(value = "api类型")
-    private String apiType;
+    private int apiType;
 
 }