设备类型相关接口

This commit is contained in:
caozehui
2025-02-11 09:01:43 +08:00
parent 1e64382a98
commit 5b0cdb5c18
24 changed files with 612 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ import com.njcn.gather.script.service.IPqScriptCheckDataService;
import com.njcn.gather.script.service.IPqScriptDtlsService;
import com.njcn.gather.script.util.ScriptDtlsDesc;
import com.njcn.gather.system.dictionary.pojo.po.DictTree;
import com.njcn.gather.type.entity.DevType;
import com.njcn.gather.type.pojo.po.DevType;
import com.njcn.gather.type.service.IDevTypeService;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;