|
|
@@ -33,13 +33,13 @@ public class BlindStructuresVo implements Serializable {
|
|
|
/**
|
|
|
* 盲注结构名称,如:Standard, Turbo
|
|
|
*/
|
|
|
- @ExcelProperty(value = "盲注结构名称,如:Standard, Turbo")
|
|
|
+ @ExcelProperty(value = "名称")
|
|
|
private String name;
|
|
|
|
|
|
/**
|
|
|
* 描述信息
|
|
|
*/
|
|
|
- @ExcelProperty(value = "描述信息")
|
|
|
+ @ExcelProperty(value = "备注")
|
|
|
private String description;
|
|
|
|
|
|
/**
|
|
|
@@ -63,6 +63,7 @@ public class BlindStructuresVo implements Serializable {
|
|
|
|
|
|
private Long updateUserId;
|
|
|
|
|
|
+
|
|
|
private String createName;
|
|
|
|
|
|
|