guoshilong
2023-10-12 f61c1902e30b0ab54e833960df7d2d79c8b62120
src/main/java/com/dji/sample/manage/service/IDeviceDictionaryService.java
@@ -13,10 +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> getOneDictionaryInfoByTypeSubType(Integer deviceType, Integer subType);
    Optional<DeviceDictionaryDTO> getOneDictionaryInfoByTypeSubType(Integer domain, Integer deviceType, Integer subType);
}