beetlsql3-dev
Mlxa0324 2 years ago
parent f85621e130
commit 93b17e11c7

@ -28,15 +28,15 @@ import static cn.hutool.core.util.ObjectUtil.defaultIfBlank;
public class StudentLoginLogVO extends BaseEntity { public class StudentLoginLogVO extends BaseEntity {
/** /**
* *
*/ */
@ExcelProperty(value = "用户姓名", index = 0) @ExcelProperty(value = "姓名", index = 0)
private String name; private String name;
/** /**
* *
*/ */
@ExcelProperty(value = "用户编号", index = 1) @ExcelProperty(value = "用户", index = 1)
private String code; private String code;
/** /**
* *

@ -23,14 +23,14 @@ import lombok.EqualsAndHashCode;
public class StudentUseLogVO extends BaseEntity { public class StudentUseLogVO extends BaseEntity {
/** /**
* *
*/ */
@ExcelProperty(value = "用户姓名", index = 0) @ExcelProperty(value = "姓名", index = 0)
private String name; private String name;
/** /**
* *
*/ */
@ExcelProperty(value = "用户编号", index = 1) @ExcelProperty(value = "用户", index = 1)
private String code; private String code;
/** /**
* *

Loading…
Cancel
Save