update
This commit is contained in:
@@ -2,7 +2,7 @@ package com.lovenav.dao;
|
||||
|
||||
import com.lovenav.entity.CollectIconList;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
//dao
|
||||
@Repository
|
||||
public interface CollectIconListDao {
|
||||
int deleteByPrimaryKey(Long id);
|
||||
|
@@ -4,6 +4,7 @@ import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* Entity
|
||||
* 图标表
|
||||
* ln_collect_icon_list
|
||||
*/
|
||||
|
Reference in New Issue
Block a user