From 8e20f4e2119eb1858ae9c6287bd84addbef798ec Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期六, 20 七月 2024 16:35:59 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/SvyTaskTemplate.java | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/SvyTaskTemplate.java b/smartor/src/main/java/com/smartor/domain/SvyTaskTemplate.java
index 85219f3..7f9eb93 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyTaskTemplate.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyTaskTemplate.java
@@ -25,7 +25,7 @@
* 鑷ID
*/
@ApiModelProperty(value = "涓婚敭")
- private Long svyid;
+ private Long id;
/**
* 妯℃澘闂嵎ID
@@ -223,5 +223,15 @@
@ApiModelProperty(value = "浠诲姟ID")
private Long taskid;
+ @ApiModelProperty(value = "寮�鍦虹櫧")
+ private String prologue;
+
+ @ApiModelProperty(value = "鎸囧璇�")
+ private String instruction;
+
+ @ApiModelProperty(value = "缁撴潫璇�")
+ private String conclusion;
+
+
}
--
Gitblit v1.9.3