Commit 72916355 authored by 王飞's avatar 王飞

Feat

1、新增swagger注解。

Reference N/A
parent e0db56f1
......@@ -48,21 +48,25 @@ public class ReviewStandard {
/**
* 关联标准表id
*/
@ApiModelProperty("关联标准表id")
private Long standardId;
/**
* 标准名称
*/
@ApiModelProperty("标准名称")
private String name;
/**
* 标准号
*/
@ApiModelProperty("标准号")
private String standardNo;
/**
* 文件路径
*/
@ApiModelProperty("文件路径")
private String file;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment