gongchunyi
2 天以前 b504b19b0881a7c1bd9e280ba41e993956b7f94e
src/main/java/com/ruoyi/production/mapper/ProductionProductInputMapper.java
@@ -9,6 +9,7 @@
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
@Mapper
public interface ProductionProductInputMapper extends BaseMapper<ProductionProductInput> {
@@ -18,4 +19,6 @@
     * 根据生产主表ID批量删除投入表数据
     */
    int deleteByProductMainIds(@Param("productMainIds") List<Long> productMainIds);
    List<Map<String, Object>> selectInputStats(@Param("startDate") String startDate, @Param("endDate") String endDate);
}