From 09b6ca0c60b882d6ba13bd7f7b37576203d93d3f Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 24 十二月 2022 11:41:38 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/service/show/ApplyService.java |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/lf/server/service/show/ApplyService.java b/src/main/java/com/lf/server/service/show/ApplyService.java
index 97d604a..4ce705e 100644
--- a/src/main/java/com/lf/server/service/show/ApplyService.java
+++ b/src/main/java/com/lf/server/service/show/ApplyService.java
@@ -1,7 +1,6 @@
 package com.lf.server.service.show;
 
 import com.lf.server.entity.show.ApplyEntity;
-import com.lf.server.helper.StringHelper;
 import com.lf.server.mapper.show.ApplyMapper;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
@@ -66,4 +65,10 @@
     public Integer updates(List<ApplyEntity> list) {
         return applyMapper.updates(list);
     }
+
+    public Integer insertApply(){
+
+
+        return 0;
+    }
 }

--
Gitblit v1.9.3