liusheng
2026-02-06 1713fac8ca97c63924d2f1ed08ef520a7b4a4439
smartor/src/main/java/com/smartor/domain/ServiceSubtaskDetail.java
@@ -112,6 +112,13 @@
    @ApiModelProperty(value = "类别")
    private String categoryname;
    /**
     * 类别ID
     */
    @Excel(name = "类别ID")
    @ApiModelProperty(value = "类别ID")
    private Long categoryid;
    @ApiModelProperty(value = "指标ID(从问题上获取)")
    private Integer targetid;