From 562a960261b75d70abd65aa10528f09aeece94e8 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 24 九月 2024 09:49:23 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaScriptTarget.java | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaScriptTarget.java b/smartor/src/main/java/com/smartor/domain/IvrLibaScriptTarget.java index 21c719f..9780206 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaScriptTarget.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScriptTarget.java @@ -158,4 +158,34 @@ */ @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎") private Integer isoperation; + + /** + * 閫夐」鎻忚堪 + */ + @ApiModelProperty(value = "閫夐」鎻忚堪") + private String optiondesc; + + /** + * 棰勮鏍囪瘑 + */ + @ApiModelProperty(value = "棰勮鏍囪瘑") + private Long isabnormal; + + /** + * 棰勮闃�鍊间笂闄愶紝閽堝鏁板�煎瀷鎸囨爣绫诲瀷 + */ + @ApiModelProperty(value = "棰勮闃�鍊间笂闄愶紝閽堝鏁板�煎瀷鎸囨爣绫诲瀷") + private Long warnup; + + /** + * 棰勮闃�鍊间笂闄愶紝閽堝鏁板�煎瀷鎸囨爣绫诲瀷 + */ + @ApiModelProperty(value = "棰勮闃�鍊间笅闄愶紝閽堝鏁板�煎瀷鎸囨爣绫诲瀷") + private Long warndown; + + /** + * 閫夐」鍥剧墖璺緞 + */ + @ApiModelProperty(value = "閫夐」鍥剧墖璺緞") + private String picturePath; } -- Gitblit v1.9.3