This commit is contained in:
2023-12-22 17:10:59 +08:00
parent b9256af4e8
commit b30162391d
3 changed files with 3 additions and 1 deletions

View File

@@ -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);

View File

@@ -4,6 +4,7 @@ import java.io.Serializable;
import lombok.Data;
/**
* Entity
* 图标表
* ln_collect_icon_list
*/