zss
22 小时以前 3e161f401ac50346076e2b177e8b3e17e43be0d6
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);
}