Cui Zhi Feng
2024-09-26 abd81435255fea23af11631527a0005a6b6ed5f7
src/main/java/com/mzl/flower/mapper/customer/FollowMapper.java
@@ -12,4 +12,6 @@
@Repository
public interface FollowMapper extends BaseMapper<Follow> {
    List<FollowDTO> myFollow(Page page, @Param("userId") String userId);
    Integer getStatisFansCount(@Param("supplierId")  Long supplierId);
}