| | |
| | | |
| | | |
| | | import com.example.server.dao.BaseDao; |
| | | import com.example.server.progressTrack.Dto.StatistDismantDto; |
| | | import com.example.server.progressTrack.model.DjJdgzDismantTrack; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | |
| | | |
| | | |
| | | List<DjJdgzDismantTrack> getList(Long level3Id, Long cabinId); |
| | | |
| | | void deleteByName(String name); |
| | | |
| | | List<DjJdgzDismantTrack> getdata(Long deptId, Long teamGroupId, Long level1NetworkId, Long level3NetworkId, Integer status); |
| | | |
| | | List<StatistDismantDto> getStatist(Long level1Id); |
| | | |
| | | Boolean getStatus(Long level3NetworkId); |
| | | |
| | | List<StatistDismantDto> getStatist2(Long level1Id, Long id); |
| | | } |