From 215f4eb928b44a62a4c2db83152da47e44264705 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 16 八月 2025 10:42:32 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java index b185332..e3b6883 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java @@ -65,10 +65,6 @@ @ApiModelProperty(value = "鍥炲寮傚父鏁�") private Long hfycs = 0L; - @ApiModelProperty(value = "鍙婃椂鐜�") - @Excel(name = " 鍙婃椂鐜� ") - private Double rate = 0.0; - /** * 06-04鏂扮粺璁¢〉闈㈠瓧娈� */ @@ -115,6 +111,10 @@ @Excel(name = " 棣栨闅忚澶辫触 ") private Long followUpFail = 0L; + @ApiModelProperty(value = "鍙婃椂鐜�") + @Excel(name = " 鍙婃椂鐜� ") + private Double rate = 0.0; + @ApiModelProperty(value = "棣栨闅忚鐜�") @Excel(name = " 棣栨闅忚鐜� ") private String followUpRate; -- Gitblit v1.9.3