| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.management.domain.dto.VolumeProductionCkglDTO; |
| | | import com.ruoyi.management.domain.dto.getslVolumeProductionCkglQuery; |
| | | import com.ruoyi.management.domain.vo.VolumeProductionCkglInfoVO; |
| | | import com.ruoyi.management.domain.vo.VolumeProductionCkglInventoryVO; |
| | | import com.ruoyi.management.domain.vo.VolumeProductionCkglVO; |
| | | import io.swagger.annotations.ApiParam; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | | /** |
| | |
| | | public interface SlVolumeProductionCkglService extends IService<SlVolumeProductionCkgl> { |
| | | PageDTO<VolumeProductionCkglVO> getslVolumeProductionCkglList(getslVolumeProductionCkglQuery VolumeProductionCkglQuery); |
| | | |
| | | void addslVolumeProductionCkgl(VolumeProductionCkglDTO volumeProductionCkglDTO); |
| | | String addslVolumeProductionCkgl(VolumeProductionCkglDTO volumeProductionCkglDTO); |
| | | |
| | | VolumeProductionCkglInfoVO getVolumeProductionCkglnfo (Long id); |
| | | |
| | | VolumeProductionCkglInventoryVO getVolumeProductionCkglInventory(Long id); |
| | | |
| | | void ck(Long id); |
| | | |
| | | void gh(Long id); |
| | | } |