Commit b6bfc238 by 刘鑫

CI: doc 品牌信息参数更改为传递CODE文档

1 parent 1e435380
...@@ -176,18 +176,18 @@ public class CapacityQueryDTO { ...@@ -176,18 +176,18 @@ public class CapacityQueryDTO {
@Getter @Getter
public static class Service { public static class Service {
/** /**
* 品牌 * 品牌 (CODE)
*/ */
@NotBlank @NotBlank
private String brand; private String brand;
/** /**
* 产品类型 * 产品类型 (CODE)
*/ */
@NotBlank @NotBlank
private String productType; private String productType;
/** /**
* 需要的技能 * 需要的技能 (CODE)
*/ */
@NotBlank @NotBlank
private String serviceType; private String serviceType;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!