File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
llmall-common/src/main/java/biz/llmall/common/entity/commodity Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 99public 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 ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments