From ba3a85f2bf6dc706ba2f74e88e9d81197533f1b7 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 24 十月 2024 18:30:12 +0800
Subject: [PATCH] 优化
---
server/service/src/main/java/com/doumee/service/business/GoodsService.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/server/service/src/main/java/com/doumee/service/business/GoodsService.java b/server/service/src/main/java/com/doumee/service/business/GoodsService.java
index ffeab8e..0369dda 100644
--- a/server/service/src/main/java/com/doumee/service/business/GoodsService.java
+++ b/server/service/src/main/java/com/doumee/service/business/GoodsService.java
@@ -4,6 +4,7 @@
import com.doumee.core.model.PageData;
import com.doumee.core.model.PageWrap;
import com.doumee.dao.business.model.Goods;
+import com.doumee.dao.business.model.dto.BatchDisableDTO;
import com.doumee.dao.business.model.dto.GoodCreatePlatRequest;
import com.doumee.dao.business.model.dto.GoodsRequest;
import org.springframework.web.multipart.MultipartFile;
@@ -26,6 +27,8 @@
* @return Integer
*/
Integer create(Goods goods);
+
+ Integer companyCreate(Goods goods);
/**
* 涓婚敭鍒犻櫎
@@ -55,6 +58,7 @@
*/
void updateById(Goods goods);
+ void companyUpdateById(Goods goods);
/**
* 鎵归噺涓婚敭鏇存柊
*
@@ -63,6 +67,8 @@
void updateByIdInBatch(List<Goods> goodss);
void updateDisableById(Goods goods);
+
+ String batchUpdateDisableById(BatchDisableDTO batchDisableDTO);
/**
* 涓婚敭鏌ヨ
@@ -105,6 +111,7 @@
long count(Goods goods);
Integer importBatch(MultipartFile file);
+ Integer importBatchImg(MultipartFile file);
String h5Image();
@@ -117,4 +124,7 @@
List<Goods> findListForH5(GoodsRequest goodsRequest);
Integer createPlat(GoodCreatePlatRequest param);
+
+ void openSyncSwitch();
+
}
--
Gitblit v1.9.3