update
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
package com.lovenav.entity;
|
||||
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 图标表
|
||||
* ln_collect_icon_list
|
||||
*/
|
||||
@Data
|
||||
public class CollectIconList implements Serializable {
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 网址
|
||||
*/
|
||||
private String urlMd5;
|
||||
|
||||
/**
|
||||
* 图片地址
|
||||
*/
|
||||
private String iconUrl;
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
Reference in New Issue
Block a user