From 2fcd97552d16718cc7997629fd637a73a5a4483f Mon Sep 17 00:00:00 2001
From: 郑永安 <zyazyz250@sina.com>
Date: Mon, 19 Jun 2023 14:44:19 +0800
Subject: [PATCH] 删除
---
src/main/java/com/gk/firework/Domain/Vo/NoEntryVo.java | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/gk/firework/Domain/Vo/NoEntryVo.java b/src/main/java/com/gk/firework/Domain/Vo/NoEntryVo.java
new file mode 100644
index 0000000..4f6291d
--- /dev/null
+++ b/src/main/java/com/gk/firework/Domain/Vo/NoEntryVo.java
@@ -0,0 +1,37 @@
+package com.gk.firework.Domain.Vo;
+
+/**
+ * @author : jingjy
+ * @date : 2021/6/16 16:43
+ */
+public class NoEntryVo {
+ private String directionCode;
+
+ private String name;
+
+ private Integer number;
+
+ public String getDirectionCode() {
+ return directionCode;
+ }
+
+ public void setDirectionCode(String directionCode) {
+ this.directionCode = directionCode;
+ }
+
+ public String getName() {
+ return name;
+ }
+
+ public void setName(String name) {
+ this.name = name;
+ }
+
+ public Integer getNumber() {
+ return number;
+ }
+
+ public void setNumber(Integer number) {
+ this.number = number;
+ }
+}
--
Gitblit v1.9.2