mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 12:48:59 +08:00
feat:商品属性接口
This commit is contained in:
parent
e43a2b9f4a
commit
0c3659c8d1
@ -13,7 +13,7 @@ import java.util.Set;
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class AppSpuBO {
|
||||
public class PmsAppSpuBO {
|
||||
|
||||
private PmsSpuDTO spu;
|
||||
|
@ -58,12 +58,6 @@
|
||||
<version>${youlai.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.youlai</groupId>
|
||||
<artifactId>common-web</artifactId>
|
||||
<version>${youlai.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user