From 3f03de50c5656611652a24dca8b12b37eb055ac3 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期六, 12 十月 2024 15:53:36 +0800 Subject: [PATCH] 新增test环境 --- exam-system/src/main/java/com/gkhy/exam/institutionalaccess/model/query/ThCertQuery.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/model/query/ThCertQuery.java b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/model/query/ThCertQuery.java index 53a8f87..96f89da 100644 --- a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/model/query/ThCertQuery.java +++ b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/model/query/ThCertQuery.java @@ -6,6 +6,7 @@ @Data public class ThCertQuery { + //机构名称 private String institutionName; //证书生成开始时间 -- Gitblit v1.9.2