sean.zhou
2022-09-26 a2d31fcd9d5fb0ffc8055bccc54a5357b9f89067
src/main/java/com/dji/sample/manage/service/IDeviceDictionaryService.java
@@ -13,12 +13,10 @@
    /**
     * 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 deviceType, Integer subType);
}