Commit b6bfc238 by 刘鑫

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

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