Skip to content

Commit c879710

Browse files
author
liujun
committed
update
1 parent cabe8f4 commit c879710

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

llmall-common/src/main/java/biz/llmall/common/entity/commodity/Brand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
public class Brand implements Serializable {
1010
private Long id;
1111
private String brandName;
12+
private String coverUrl;
1213
private String logoLg;
13-
private String logoMd;
1414
private String logoSm;
1515
private String description;
1616
private Date createTime;

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -277,16 +277,7 @@
277277
<artifactId>bootstrap</artifactId>
278278
<version>3.3.7</version>
279279
</dependency>
280-
<dependency>
281-
<groupId>cn.g2link.bms.common</groupId>
282-
<artifactId>bms-common</artifactId>
283-
<version>2.6.9</version>
284-
</dependency>
285-
<dependency>
286-
<groupId>cn.g2link.bms.service</groupId>
287-
<artifactId>bms-service</artifactId>
288-
<version>1.7.9</version>
289-
</dependency>
280+
290281
<!--text table-->
291282
<dependency>
292283
<groupId>com.github.inamik.text.tables</groupId>

0 commit comments

Comments
 (0)