basic-server/src/main/java/com/ruoyi/basic/dto/SampleTypeDto.java
@@ -7,7 +7,7 @@ @Data public class SampleTypeDto { private String code = "[3]"; private String code = "[5]"; // 检测对象id private Integer sampleTypeId; @@ -24,6 +24,10 @@ // 对象英文 private String sampleTypeEn; private String workShopName; private Integer workShopId; private List<SampleDto> children; }