| | |
| | | import com.example.client.dto.JComboBoxItem; |
| | | import com.example.server.dao.BaseDao; |
| | | import com.example.server.progressTrack.Dto.NetworkNodeStatusDto; |
| | | import com.example.server.progressTrack.Dto.TableNodeDto; |
| | | import com.example.server.progressTrack.model.DjJdgzNetworkLevel3; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | |
| | | void deleteByTeamGroup(Long teamGroupId, String name); |
| | | |
| | | JComboBoxItem[] getListByExport(Long projectId, Long deptId, Long teamId); |
| | | |
| | | List<TableNodeDto> getNodeList(Long shipId, Long deptId, Long teamId, Long cabinId, String type, String name); |
| | | } |