zouyu
2026-01-16 f605b84620bf35bb02a2ee5ef2086c164b520e67
src/main/java/com/ruoyi/production/mapper/SalesLedgerSchedulingMapper.java
@@ -8,6 +8,7 @@
import com.ruoyi.production.pojo.SalesLedgerScheduling;
import org.apache.ibatis.annotations.Param;
import java.time.LocalDateTime;
import java.util.List;
/**
@@ -37,4 +38,6 @@
     * @return
     */
    IPage<SalesLedgerSchedulingProcessDto> listPageProcess(Page page,@Param("salesLedgerDto") SalesLedgerSchedulingProcessDto salesLedgerSchedulingDto);
    Double selectTobeProduced(@Param("startTime") LocalDateTime startTime,@Param("endTime") LocalDateTime endTime);
}