李林
2024-04-20 14c7f8f9ab3dfca1a8759482a9b3e16cd5d9856f
inspect-server/src/main/java/com/yuanchu/mom/mapper/InsProductMapper.java
@@ -1,7 +1,11 @@
package com.yuanchu.mom.mapper;
import com.yuanchu.mom.dto.ProductResultDto2;
import com.yuanchu.mom.pojo.InsProduct;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
import java.util.Map;
/**
* @author Administrator
@@ -11,7 +15,11 @@
*/
public interface InsProductMapper extends BaseMapper<InsProduct> {
    int selectOrderManDay(Integer sampleId);
    int selectOrderManDay(Integer orderId);
    Map<String, String> selectUserById(Integer userId);
    List<ProductResultDto2> getProductAndResult(Integer sampleId);
}