|
@@ -15,6 +15,10 @@ public class WelcomeVisitorVO implements Serializable {
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "主键ID")
|
|
|
|
|
+ @ExcelIgnore
|
|
|
|
|
+ private Integer id;
|
|
|
|
|
+
|
|
|
@ApiModelProperty(value = "序号")
|
|
@ApiModelProperty(value = "序号")
|
|
|
@ExcelProperty("序号")
|
|
@ExcelProperty("序号")
|
|
|
private Integer num;
|
|
private Integer num;
|