From 6a58a5a148c27c9ff66901bfbae6e52c1a56b5d2 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 04 七月 2024 17:17:53 +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