From bd6c66c1a161e9f0fe94b94bed7935b2bde541f2 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 14 五月 2025 18:14:32 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java index c2cbc01..cb44d66 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java @@ -40,6 +40,13 @@ private Long taskid; /** + * 鍙戦�佸ぉ鏁� + */ + @Excel(name = "鍙戦�佸ぉ鏁�") + @ApiModelProperty(value = "鍙戦�佸ぉ鏁�") + private Long sendDay; + + /** * */ @Excel(name = " ") -- Gitblit v1.9.3