| | |
| | | import com.ruoyi.production.dto.*; |
| | | import com.ruoyi.production.pojo.ProductProcess; |
| | | import com.ruoyi.production.pojo.SalesLedgerScheduling; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.List; |
| | |
| | | IPage<ProductProcessDto> listPage(Page page, ProductProcessDto productProcessDto); |
| | | |
| | | AjaxResult add(ProductProcessDto productProcessDto); |
| | | |
| | | AjaxResult importData(MultipartFile file); |
| | | |
| | | String batchDelete(List<Integer> ids); |
| | | |
| | | List<ProductProcess> productProcessList(Integer dateType); |
| | | } |