“djh”
2026-02-06 88717f3e96fb853f3dbc3d6e6b3de0ba4ce1f3c5
multi-system/src/main/java/com/gkhy/exam/system/service/ProductItemService.java
@@ -5,8 +5,6 @@
import com.gkhy.exam.common.api.CommonResult;
import com.gkhy.exam.system.domain.ProductItem;
import java.util.List;
public interface ProductItemService extends IService<ProductItem> {
    CommonPage selectProductItem(ProductItem productItem);