From fd6dca0c559c08129b7e0abdf67093b1a728ffd3 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 29 十一月 2024 17:21:00 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/TestVo.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/TestVo.java b/smartor/src/main/java/com/smartor/domain/TestVo.java index ea0a5ce..3c739d0 100644 --- a/smartor/src/main/java/com/smartor/domain/TestVo.java +++ b/smartor/src/main/java/com/smartor/domain/TestVo.java @@ -28,5 +28,11 @@ @ApiModelProperty(value = "鍙戦�佺被鍨�: 1 鏃堕棿娈� 2 鍗冲埢鍙戦��") private String sendType; + private String type; + + private Long stopState; + + private Long servicefrom; + } -- Gitblit v1.9.3