From f1b0b8e5d775f4d443a929190cae932180c1a4ed Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 20 七月 2024 16:43:11 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java | 96 +++++++++++------------------------------------- 1 files changed, 22 insertions(+), 74 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java b/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java index 2b1d14b..ee77211 100644 --- a/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java +++ b/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java @@ -23,7 +23,7 @@ /** * 涓婚敭ID */ - private Long ID; + private Long id; /** * 浠诲姟id @@ -35,7 +35,7 @@ * 妯℃澘璇濇湳缂栧彿 */ @ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿") - private Long templateQuestionNum; + private Long scriptno; /** * 妯℃澘ID @@ -47,13 +47,13 @@ * 璇濇湳ID */ @ApiModelProperty(value = "璇濇湳ID") - private Long scriptID; + private Long scriptid; /** * 鏍囬 */ @ApiModelProperty(value = "鏍囬") - private String questiontitle; + private String scriptDesc; /** * 璇█ @@ -68,70 +68,10 @@ private String categoryName; /** - * 闂鐐� - */ - @ApiModelProperty(value = "闂鐐�") - private String questionPoint; - - /** * 璇濇湳鍐呭 */ @ApiModelProperty(value = "璇濇湳鍐呭") - private String questionText; - - /** - * 璇濇湳璇煶 - */ - @ApiModelProperty(value = "璇濇湳璇煶") - private String questionVoice; - - /** - * 鏃犲尮閰嶈瘽鏈� - */ - @ApiModelProperty(value = "鏃犲尮閰嶈瘽鏈�") - private String noMatchText; - - /** - * 鏃犲尮閰嶈瘽鏈闊� - */ - @ApiModelProperty(value = "鏃犲尮閰嶈瘽鏈闊�") - private String noMatchVoice; - - /** - * 闈欓粯璇濇湳 - */ - @ApiModelProperty(value = "闈欓粯璇濇湳") - private String slienceText; - - /** - * 闈欓粯璇濇湳璇煶 - */ - @ApiModelProperty(value = "闈欓粯璇濇湳璇煶") - private String slienceVoice; - - /** - * 閫氱敤搴撳尮閰嶅悗璇濇湳 - */ - @ApiModelProperty(value = "閫氱敤搴撳尮閰嶅悗璇濇湳") - private String submoduleText; - - /** - * 閫氱敤搴撳尮閰嶅悗璇濇湳璇煶 - */ - @ApiModelProperty(value = "閫氱敤搴撳尮閰嶅悗璇濇湳璇煶") - private String submoduleVoice; - - /** - * 鍚笉娓呰瘽鏈� - */ - @ApiModelProperty(value = "鍚笉娓呰瘽鏈�") - private String noClearlyText; - - /** - * 鍚笉娓呰瘽鏈闊� - */ - @ApiModelProperty(value = "鍚笉娓呰瘽鏈闊�") - private String noClearlyVoice; + private String scriptContent; /** * 鏄惁蹇呭~,1:蹇呭~ 2锛氬彲浠ヤ笉濉� 锛堢粰浜哄伐鐢ㄧ殑锛孉I涓嶇敤閬靛畧锛� @@ -144,12 +84,6 @@ */ @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎") private Integer isoperation; - - /** - * 鍙兘鎾斁WAV绫诲瀷 - */ - @ApiModelProperty(value = "鍙兘鎾斁WAV绫诲瀷") - private Long playWavOnly; /** * 鎺掑簭 @@ -227,13 +161,13 @@ * 涓嬩竴璇濇湳缂栧彿 */ @ApiModelProperty(value = "涓嬩竴璇濇湳缂栧彿") - private Long nextQuestion; + private Long nextScriptno; /** * 闂缁撴灉锛堢粰鈥滃�肩被鍨嬧�濇槸鏂囨湰鎴栬�呮暟鍊肩敤鐨勶級* */ @ApiModelProperty(value = "闂缁撴灉") - private String questionResult; + private String scriptResult; /** * 鍙橀噺鍙傛暟闆嗗悎 @@ -253,6 +187,20 @@ */ @Excel(name = "棰樼洰涓婚") @ApiModelProperty("棰樼洰涓婚") - private String topic; + private String scriptTopic; + + /** + * 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�) + */ + @Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)") + @ApiModelProperty(value = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)") + private String branchFlag; + + /** + * 閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙� + */ + @Excel(name = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") + @ApiModelProperty(value = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") + private String branchNextscriptno; } -- Gitblit v1.9.3