From e4dfb81cfc1e363f7aed2de8c3175a1ad3aa3f62 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 28 七月 2025 14:02:51 +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