gongzuming
2024-09-19 a768dc3daa04d35fedfbe75c0a59b9b2545b85c4
1
2
3
4
5
6
7
8
9
10
package com.mzl.flower.mapper.customer;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mzl.flower.entity.customer.Collect;
import com.mzl.flower.entity.customer.Follow;
import org.springframework.stereotype.Repository;
 
@Repository
public interface CollectMapper extends BaseMapper<Collect> {
}