Commit 127a9099 authored by 王飞's avatar 王飞

Feat

1、补全确实的swagger注解。

Reference N/A
parent bf17a0c7
......@@ -120,32 +120,38 @@ public class SystemReviewTask {
* 关联标准表id
*/
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("关联标准表id")
private Long standardId;
/**
* 标准名称
*/
@ApiModelProperty("标准名称")
private String name;
/**
* 标准号
*/
@ApiModelProperty("标准号")
private String standardNo;
/**
* 文件路径
*/
@ApiModelProperty("文件路径")
private String file;
/**
* 提交人id
*/
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("提交人id")
private Long submitById;
/**
* 提交人姓名
*/
@ApiModelProperty("提交人姓名")
private String submitByName;
}
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