From 177249c76aeea0b4bf8d8816d4994e3b445b45ce Mon Sep 17 00:00:00 2001
From: huanghongfa <huanghongfa123456>
Date: 星期四, 02 九月 2021 10:39:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zzj' into zzj

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngRealAssetsService.java |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngRealAssetsService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngRealAssetsService.java
index c92ee08..6e6461b 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngRealAssetsService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngRealAssetsService.java
@@ -1,21 +1,18 @@
 package com.panzhihua.service_community.service;
 
+import java.util.List;
+
 import com.panzhihua.common.model.dtos.community.ExportRealAssetsExcelDTO;
-import com.panzhihua.common.model.dtos.community.ExportRealCompanyExcelDTO;
 import com.panzhihua.common.model.dtos.community.PageComMngRealAssetsDTO;
-import com.panzhihua.common.model.dtos.community.PageComMngRealCompanyDTO;
 import com.panzhihua.common.model.vos.R;
 import com.panzhihua.common.model.vos.community.ComMngRealAssetsExcelVO;
 import com.panzhihua.common.model.vos.community.ComMngRealAssetsVO;
-import com.panzhihua.common.model.vos.community.ComMngRealCompanyExcelVO;
-import com.panzhihua.common.model.vos.community.ComMngRealCompanyVO;
-
-import java.util.List;
 
 public interface ComMngRealAssetsService {
 
     /**
      * 社区后台实有资产管理列表
+     * 
      * @param pageComMngRealAssetsDTO
      * @return
      */
@@ -23,6 +20,7 @@
 
     /**
      * 社区后台添加修改实有资产
+     * 
      * @param comMngRealAssetsVO
      * @return
      */
@@ -30,6 +28,7 @@
 
     /**
      * 社区后台删除实有资产
+     * 
      * @param id
      * @return
      */
@@ -37,6 +36,7 @@
 
     /**
      * 实有资产详情
+     * 
      * @param id
      * @return
      */
@@ -44,6 +44,7 @@
 
     /**
      * 导入实有资产
+     * 
      * @param list
      * @param communityId
      * @return
@@ -52,6 +53,7 @@
 
     /**
      * 导出实有资产
+     * 
      * @param exportRealAssetsExcelDTO
      * @return
      */

--
Gitblit v1.7.1