liusheng
2024-11-29 8d913e5594f45ca2a4ce656ea9feb99ffe715913
smartor/src/main/java/com/smartor/domain/ServiceSubtaskRecord.java
@@ -29,9 +29,16 @@
    /**
     * 子任务ID
     */
    @Excel(name = "任务ID")
    @ApiModelProperty(value = "任务ID")
    private String taskid;
    /**
     * 子任务ID
     */
    @Excel(name = "子任务ID")
    @ApiModelProperty(value = "子任务ID")
    private String taskid;
    private Long subtaskId;
    /**
     * 任务UUID
@@ -124,5 +131,12 @@
    @ApiModelProperty(value = "GUID")
    private String guid;
    /**
     * 备注
     */
    @Excel(name = "备注")
    @ApiModelProperty(value = "备注")
    private String remark;
}