From dacdebbaa53fa57feef43d77365f1c4d4a8ff400 Mon Sep 17 00:00:00 2001 From: zhs <zhs18203887318@163.com> Date: 星期五, 30 五月 2025 14:01:15 +0800 Subject: [PATCH] 05-30 zhs --- smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java index 38a85ce..cc0c6be 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java @@ -36,6 +36,18 @@ private String taskGuid; /** + * 闅忚娆℃暟 + */ + @ApiModelProperty(value = "闅忚娆℃暟") + private Integer visitCount; + + /** + * 鏄惁鍦ㄦ闅忚锛�1鍚� 2鏄� + */ + @ApiModelProperty(value = "鏄惁鍦ㄦ闅忚锛�1鏄� 2鍚�") + private Integer isVisitAgain; + + /** * 鎮h�匢D */ @Excel(name = " 鎮h�匢D") @@ -661,4 +673,21 @@ */ @ApiModelProperty(value = "鎺掑簭锛�0 鍑洪櫌鏃堕棿(姝e簭) 1 鍑洪櫌鏃堕棿(鍊掑簭) 2 鍙戦�佹椂闂�(姝e簭) 3 鍙戦�佹椂闂�(鍊掑簭) ") private Integer sort; + + + /** + * 鎮h�呬笂娆¢殢璁跨殑subId + */ + @ApiModelProperty(value = "鎮h�呬笂娆¢殢璁跨殑subId") + private Integer upid; + + @ApiModelProperty(value = "闅忚鏃堕棿") + private Date visitTime; + + /** + * 闅忚娆℃暟鏍囪瘑 + */ + @ApiModelProperty(value = "闅忚娆℃暟鏍囪瘑锛�0棣栨闅忚 1鍐嶆闅忚") + private Integer visit_count_flag; + } -- Gitblit v1.9.3