|
|
@ -58,11 +58,8 @@ public interface UdiRelevanceDao extends BaseMapperPlus<UdiRelevanceDao, UdiRele
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
List<UdiRelevanceEntity> batchSelectByUuid(@Param("uuids") List<String> uuids);
|
|
|
|
List<UdiRelevanceEntity> batchSelectByUuid(@Param("uuids") List<String> uuids);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<UdiRelevanceEntity> batchSelectByIds(@Param("ids") List<String> ids);
|
|
|
|
List<UdiRelevanceEntity> batchSelectByIds(@Param("ids") List<String> ids);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<UdiRelevanceResponse> selectGroupByNameCode(@Param("nameCode") String nameCode, @Param("isDisable") Boolean isDisable);
|
|
|
|
List<UdiRelevanceResponse> selectGroupByNameCode(@Param("nameCode") String nameCode, @Param("isDisable") Boolean isDisable);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|