wks hace 2 años
padre
commit
fa99458aca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/ydtech/modules/order/entity/vo/OrderVo.java

+ 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;
 
 }