GarSearchHistoryService.java 233 Bytes
package com.trash.garbage.service;

import com.baomidou.mybatisplus.extension.service.IService;
import com.trash.garbage.pojo.domain.GarSearchHistory;

public interface GarSearchHistoryService  extends IService<GarSearchHistory> {
}