rain
2024-04-07 1982a4f0aea16e109d3f30ddc20c2458ea0f6f31
src/main/java/com/dji/sample/manage/service/IDeviceDictionaryService.java
@@ -13,12 +13,12 @@
    /**
     * Query the type data of the device based on domain, device type and sub type.
     *
     * @param domain
     * @param deviceType
     * @param subType
     * @return
     */
    Optional<DeviceDictionaryDTO> getOneDictionaryInfoByDomainTypeSubType(
            Integer domain, Integer deviceType, Integer subType);
    Optional<DeviceDictionaryDTO> getOneDictionaryInfoByTypeSubType(Integer domain, Integer deviceType, Integer subType);
}