From ae3200fadc28f925e516d85da7fcb78d402960f7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 30 七月 2024 18:16:10 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java | 113 ++++++++++++++++++-------------------------------------- 1 files changed, 37 insertions(+), 76 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..3eddcde 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; /** * 鎺掑簭 @@ -203,13 +137,13 @@ * 鎸囨爣閫夐」* */ @ApiModelProperty(value = "鎸囨爣閫夐」*") - private String targetOptions; + private String targetoptions; /** * 鍩虹鎸囨爣绫诲瀷锛�1 閫夐」 2 鏂囨湰 3 鏁板�硷級 */ @ApiModelProperty(value = "鍩虹鎸囨爣绫诲瀷1=閫夐」,2=鏂囨湰,3=鏁板��") - private String targettype; + private String scriptType; /** * 鍩虹鎸囨爣ID(鏆傛椂褰撳簭鍙穒d) @@ -227,13 +161,13 @@ * 涓嬩竴璇濇湳缂栧彿 */ @ApiModelProperty(value = "涓嬩竴璇濇湳缂栧彿") - private Long nextQuestion; + private Long nextScriptno; /** * 闂缁撴灉锛堢粰鈥滃�肩被鍨嬧�濇槸鏂囨湰鎴栬�呮暟鍊肩敤鐨勶級* */ @ApiModelProperty(value = "闂缁撴灉") - private String questionResult; + private String scriptResult; /** * 鍙橀噺鍙傛暟闆嗗悎 @@ -253,6 +187,33 @@ */ @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; + + @ApiModelProperty(value = "鍩虹鎸囨爣绫诲瀷") + private String targettype; + + @ApiModelProperty(value = "鍩虹鎸囨爣鍚嶇О") + private String targetname; + + /** + * 搴忓彿 + */ + @Excel(name = "搴忓彿") + @ApiModelProperty(value = "搴忓彿") + private Long xh; } -- Gitblit v1.9.3