From af396db5b1e6dcbb53879af52bd682b4a7e82664 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 21 十月 2024 15:46:44 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/ServiceSubtaskRecord.java | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRecord.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRecord.java index 9b062ae..fa5104e 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRecord.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRecord.java @@ -29,9 +29,16 @@ /** * 瀛愪换鍔D */ + @Excel(name = "浠诲姟ID") + @ApiModelProperty(value = "浠诲姟ID") + private String taskid; + + /** + * 瀛愪换鍔D + */ @Excel(name = "瀛愪换鍔D") @ApiModelProperty(value = "瀛愪换鍔D") - private String taskid; + private Long subtaskId; /** * 浠诲姟UUID @@ -124,5 +131,12 @@ @ApiModelProperty(value = "GUID") private String guid; + /** + * 澶囨敞 + */ + @Excel(name = "澶囨敞") + @ApiModelProperty(value = "澶囨敞") + private String remark; + } -- Gitblit v1.9.3