From 0b02577ab12ac83a0530b7e0495b513dd0cdabca Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 02 七月 2024 11:25:08 +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