Commit 34cb7433 by 刘鑫

fix: 参数接口类型

1 parent 873c0f41
...@@ -72,13 +72,13 @@ public class OrderDTO { ...@@ -72,13 +72,13 @@ public class OrderDTO {
* 产品类别 * 产品类别
*/ */
@NotBlank @NotBlank
private String product_type; private String productType;
/** /**
* 服务类型 * 服务类型
*/ */
@NotBlank @NotBlank
private String service_type; private String serviceType;
/** /**
* 故障描述 * 故障描述
*/ */
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!