commit
24de62f5f4
@ -1,19 +0,0 @@
|
|||||||
package cn.lili.modules.goods.render;
|
|
||||||
|
|
||||||
import cn.lili.modules.goods.entity.dos.GoodsSku;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 商品sku渲染器
|
|
||||||
*
|
|
||||||
* @author paulG
|
|
||||||
* @since 2022/5/20
|
|
||||||
**/
|
|
||||||
public interface GoodsSkuRender {
|
|
||||||
|
|
||||||
|
|
||||||
GoodsSku render(List<Map<String, Object>> skuList);
|
|
||||||
|
|
||||||
}
|
|
@ -215,7 +215,7 @@ public interface GoodsSkuService extends IService<GoodsSku> {
|
|||||||
/**
|
/**
|
||||||
* 删除并且新增sku,即覆盖之前信息
|
* 删除并且新增sku,即覆盖之前信息
|
||||||
*
|
*
|
||||||
* @param goodsSkus
|
* @param goodsSkus 商品sku集合
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
boolean deleteAndInsertGoodsSkus(List<GoodsSku> goodsSkus);
|
boolean deleteAndInsertGoodsSkus(List<GoodsSku> goodsSkus);
|
||||||
@ -223,8 +223,8 @@ public interface GoodsSkuService extends IService<GoodsSku> {
|
|||||||
/**
|
/**
|
||||||
* 统计sku总数
|
* 统计sku总数
|
||||||
*
|
*
|
||||||
* @param storeId
|
* @param storeId 店铺id
|
||||||
* @return
|
* @return sku总数
|
||||||
*/
|
*/
|
||||||
Long countSkuNum(String storeId);
|
Long countSkuNum(String storeId);
|
||||||
}
|
}
|
1
pom.xml
1
pom.xml
@ -88,7 +88,6 @@
|
|||||||
<imageName>${docker-registry}/${project.artifactId}:${revision}.${images-version}</imageName>
|
<imageName>${docker-registry}/${project.artifactId}:${revision}.${images-version}</imageName>
|
||||||
<baseImage>java</baseImage>
|
<baseImage>java</baseImage>
|
||||||
<entryPoint>["java", "-jar", "/${project.build.finalName}.jar"]</entryPoint>
|
<entryPoint>["java", "-jar", "/${project.build.finalName}.jar"]</entryPoint>
|
||||||
<pushImage>true</pushImage>
|
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
<targetPath>/</targetPath>
|
<targetPath>/</targetPath>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user