| | |
| | | import com.baomidou.dynamic.datasource.annotation.DS; |
| | | import com.github.yulichang.base.MPJBaseMapper; |
| | | import com.mes.pp.entity.OptimizeProject; |
| | | import com.mes.pp.entity.dto.ProgressDTO; |
| | | import com.mes.pp.entity.request.OptimizeRequest; |
| | | import liquibase.pro.packaged.L; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | * @param types |
| | | */ |
| | | void deleteByScheduling(@Param("engineerId") String engineerId,@Param("types") List<Integer> types); |
| | | |
| | | /** |
| | | * 查询工程进度 |
| | | * |
| | | * @param engineerId |
| | | */ |
| | | List<ProgressDTO> selectProgress(@Param("engineerId") String engineerId); |
| | | } |