jinlin
2025-04-28 efce7ce3e63712ecc8b4c3039a73b508fc3ea880
src/main/java/com/example/server/progressTrack/dao/DjJdgzNetworkLevel3Dao.java
@@ -21,7 +21,7 @@
@Mapper
public interface DjJdgzNetworkLevel3Dao extends BaseDao<DjJdgzNetworkLevel3> {
    List<DjJdgzNetworkLevel3> getList(Long shipId, Long deptId, Long teamId, Long cabinId, String type,String name);
    List<DjJdgzNetworkLevel3> getList(Long shipId, Long deptId, Long teamId, Long cabinId, String type,Integer isealCabin,Integer isLt,String name);
    List<NetworkNodeStatusDto> getNodeStatusData(Long id);
    void deleteLevel3(Long id);
@@ -35,7 +35,9 @@
    JComboBoxItem[] getListByExport(Long projectId, Long deptId, Long teamId);
    List<TableNodeDto> getNodeList(Long shipId, Long deptId, Long teamId, Long cabinId, String type, String name);
    List<TableNodeDto> getNodeList(Long shipId, Long deptId, Long teamId, Long cabinId, String type,Integer isCabin,Integer islt, String name);
    List<StatistProductDto> getStatist(Long level1Id);
    List<StatistProductDto> getStatist(Long level1Id,String type);
    String getRemark(Long networkId, String type);
}