From 9f1351926af2eab8253fb163a02fa75da77f9f64 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 20 Dec 2021 10:00:30 +0800
Subject: [PATCH] 成绩修改新增批量审批

---
 src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java b/src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java
index 0045c83..910919a 100644
--- a/src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java
+++ b/src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java
@@ -64,4 +64,36 @@
 	 */
 	private String examDate;
 
+	/**
+	 * 性别
+	 */
+	private String sex;
+
+	/**
+	 * 发证时间
+	 */
+	@JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
+	@DateTimeFormat(pattern = "yyyy-MM-dd")
+	private Date paperTime;
+
+	/**
+	 * 保安证编号
+	 */
+	private String securityNumber;
+
+	/**
+	 * 头像
+	 */
+	private String avatar;
+
+	/**
+	 * 是否有头像  1:有  2:没有上传
+	 */
+	private Integer isAvatar;
+
+	/**
+	 * 是否制证  6:是  7:否
+	 */
+	private Integer isPaper;
+
 }

--
Gitblit v1.9.3