zhuo
2025-02-24 6888584781c77de6854b62f93a57dcce53240cf9
basic-server/src/main/java/com/ruoyi/basic/pojo/StandardProductList.java
@@ -153,7 +153,7 @@
    @ApiModelProperty("型号")
    private String model;
    @ApiModelProperty("型号")
    @ApiModelProperty("模板id")
    private Integer templateId;
    @ApiModelProperty("")
@@ -187,6 +187,7 @@
    private String tree;
    @ApiModelProperty("检验项id")
    private Integer structureItemParameterId;
    @ApiModelProperty(value = "检验项分类")
@@ -218,4 +219,10 @@
     */
    @ApiModelProperty("导体类型")
    private String conductorType;
    @ApiModelProperty("structure_test_object表id")
    private Integer structureTestObjectId;
    @ApiModelProperty("product  产品id")
    private Integer productId;
}