From 33e6189c53ca12bcfc59574dfbfa8ec66a6acc8b Mon Sep 17 00:00:00 2001
From: wangmengzhao <1036088376@qq.com>
Date: 星期四, 16 十一月 2023 20:35:50 +0800
Subject: [PATCH] 安装单的优化数据表中新添加update_id,imgurl,修改者的id,图片路径字段,未派单的删除后设备状态更新为未激活,实现用户登录后头像的上传20231116wmz

---
 wumei-smart-master/springboot/wumei-system/src/main/java/com/ruoyi/system/service/ISysDictTypeService.java |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/wumei-smart-master/springboot/wumei-system/src/main/java/com/ruoyi/system/service/ISysDictTypeService.java b/wumei-smart-master/springboot/wumei-system/src/main/java/com/ruoyi/system/service/ISysDictTypeService.java
index 72d9af5..8c7abc4 100644
--- a/wumei-smart-master/springboot/wumei-system/src/main/java/com/ruoyi/system/service/ISysDictTypeService.java
+++ b/wumei-smart-master/springboot/wumei-system/src/main/java/com/ruoyi/system/service/ISysDictTypeService.java
@@ -1,19 +1,19 @@
 package com.ruoyi.system.service;
 
 import java.util.List;
+
 import com.ruoyi.common.core.domain.entity.SysDictData;
 import com.ruoyi.common.core.domain.entity.SysDictType;
 
 /**
  * 瀛楀吀 涓氬姟灞�
- * 
+ *
  * @author ruoyi
  */
-public interface ISysDictTypeService
-{
+public interface ISysDictTypeService {
     /**
      * 鏍规嵁鏉′欢鍒嗛〉鏌ヨ瀛楀吀绫诲瀷
-     * 
+     *
      * @param dictType 瀛楀吀绫诲瀷淇℃伅
      * @return 瀛楀吀绫诲瀷闆嗗悎淇℃伅
      */
@@ -21,14 +21,14 @@
 
     /**
      * 鏍规嵁鎵�鏈夊瓧鍏哥被鍨�
-     * 
+     *
      * @return 瀛楀吀绫诲瀷闆嗗悎淇℃伅
      */
     public List<SysDictType> selectDictTypeAll();
 
     /**
      * 鏍规嵁瀛楀吀绫诲瀷鏌ヨ瀛楀吀鏁版嵁
-     * 
+     *
      * @param dictType 瀛楀吀绫诲瀷
      * @return 瀛楀吀鏁版嵁闆嗗悎淇℃伅
      */
@@ -36,7 +36,7 @@
 
     /**
      * 鏍规嵁瀛楀吀绫诲瀷ID鏌ヨ淇℃伅
-     * 
+     *
      * @param dictId 瀛楀吀绫诲瀷ID
      * @return 瀛楀吀绫诲瀷
      */
@@ -44,7 +44,7 @@
 
     /**
      * 鏍规嵁瀛楀吀绫诲瀷鏌ヨ淇℃伅
-     * 
+     *
      * @param dictType 瀛楀吀绫诲瀷
      * @return 瀛楀吀绫诲瀷
      */
@@ -52,7 +52,7 @@
 
     /**
      * 鎵归噺鍒犻櫎瀛楀吀淇℃伅
-     * 
+     *
      * @param dictIds 闇�瑕佸垹闄ょ殑瀛楀吀ID
      * @return 缁撴灉
      */
@@ -75,7 +75,7 @@
 
     /**
      * 鏂板淇濆瓨瀛楀吀绫诲瀷淇℃伅
-     * 
+     *
      * @param dictType 瀛楀吀绫诲瀷淇℃伅
      * @return 缁撴灉
      */
@@ -83,7 +83,7 @@
 
     /**
      * 淇敼淇濆瓨瀛楀吀绫诲瀷淇℃伅
-     * 
+     *
      * @param dictType 瀛楀吀绫诲瀷淇℃伅
      * @return 缁撴灉
      */
@@ -91,7 +91,7 @@
 
     /**
      * 鏍¢獙瀛楀吀绫诲瀷绉版槸鍚﹀敮涓�
-     * 
+     *
      * @param dictType 瀛楀吀绫诲瀷
      * @return 缁撴灉
      */

--
Gitblit v1.8.0