sen
2025-09-29 e6a9f5e801495e965eb1dbe40fcf9dd5df4eb6a5
service/src/main/java/com/ruoyi/cwgl/service/IDispatchOrderService.java
@@ -1,5 +1,6 @@
package com.ruoyi.cwgl.service;
import java.io.FileNotFoundException;
import java.util.List;
import com.ruoyi.cwgl.domain.DispatchOrder;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -118,4 +119,6 @@
     * @return
     */
    List<DispatchOrderAttachmentVo> selectDispatchOrderAttachment(String no);
    String downAttachment(String no) throws Exception;
}