From c62e26954e41360fc6a2efc874815aa84f8b0073 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 21 五月 2025 14:45:10 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/service/impl/SchemeAutofinshruleServiceImpl.java |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/service/impl/SchemeAutofinshruleServiceImpl.java b/smartor/src/main/java/com/smartor/service/impl/SchemeAutofinshruleServiceImpl.java
index 17b1366..fac319e 100644
--- a/smartor/src/main/java/com/smartor/service/impl/SchemeAutofinshruleServiceImpl.java
+++ b/smartor/src/main/java/com/smartor/service/impl/SchemeAutofinshruleServiceImpl.java
@@ -1,28 +1,29 @@
-package com.ruoyi.smartor.service.impl;
+package com.smartor.service.impl;
 
-import java.util.List;
 import com.ruoyi.common.utils.DateUtils;
+import com.ruoyi.smartor.domain.SchemeAutofinshrule;
+import com.smartor.service.ISchemeAutofinshruleService;
+import com.smartor.mapper.SchemeAutofinshruleMapper;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
-import com.ruoyi.smartor.mapper.SchemeAutofinshruleMapper;
-import com.ruoyi.smartor.domain.SchemeAutofinshrule;
-import com.ruoyi.smartor.service.ISchemeAutofinshruleService;
+
+import java.util.List;
 
 /**
  * 鏂规缁撴瑙勫垯Service涓氬姟灞傚鐞�
- * 
+ *
  * @author smartor
  * @date 2023-03-04
  */
 @Service
-public class SchemeAutofinshruleServiceImpl implements ISchemeAutofinshruleService 
+public class SchemeAutofinshruleServiceImpl implements ISchemeAutofinshruleService
 {
     @Autowired
     private SchemeAutofinshruleMapper schemeAutofinshruleMapper;
 
     /**
      * 鏌ヨ鏂规缁撴瑙勫垯
-     * 
+     *
      * @param id 鏂规缁撴瑙勫垯涓婚敭
      * @return 鏂规缁撴瑙勫垯
      */
@@ -34,7 +35,7 @@
 
     /**
      * 鏌ヨ鏂规缁撴瑙勫垯鍒楄〃
-     * 
+     *
      * @param schemeAutofinshrule 鏂规缁撴瑙勫垯
      * @return 鏂规缁撴瑙勫垯
      */
@@ -46,7 +47,7 @@
 
     /**
      * 鏂板鏂规缁撴瑙勫垯
-     * 
+     *
      * @param schemeAutofinshrule 鏂规缁撴瑙勫垯
      * @return 缁撴灉
      */
@@ -59,7 +60,7 @@
 
     /**
      * 淇敼鏂规缁撴瑙勫垯
-     * 
+     *
      * @param schemeAutofinshrule 鏂规缁撴瑙勫垯
      * @return 缁撴灉
      */
@@ -72,7 +73,7 @@
 
     /**
      * 鎵归噺鍒犻櫎鏂规缁撴瑙勫垯
-     * 
+     *
      * @param ids 闇�瑕佸垹闄ょ殑鏂规缁撴瑙勫垯涓婚敭
      * @return 缁撴灉
      */
@@ -84,7 +85,7 @@
 
     /**
      * 鍒犻櫎鏂规缁撴瑙勫垯淇℃伅
-     * 
+     *
      * @param id 鏂规缁撴瑙勫垯涓婚敭
      * @return 缁撴灉
      */

--
Gitblit v1.9.3