From dbbb114c25b2406b6d1fd52019d2f2228ffcacd0 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 27 十一月 2024 18:04:16 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java | 30 ++++++++++++++++++++++-------- 1 files changed, 22 insertions(+), 8 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java b/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java index bd92505..a16bee3 100644 --- a/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java +++ b/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java @@ -28,6 +28,10 @@ @ApiModelProperty(value = "鑷ID") private Long svyid; + + @ApiModelProperty(value = "鏄惁鏄暱鏈熸ā鏉匡細 0锛氫笉鏄� 1锛氭槸") + private Integer longTemp; + /** * 闂嵎鍒嗙被ID */ @@ -43,10 +47,10 @@ private String svycode; /** - * 闂嵎鍚嶇О + * 闂嵎妯℃澘鍚嶇О */ - @ApiModelProperty(value = "闂嵎鍚嶇О", required = true) - @Excel(name = " 闂嵎鍚嶇О ") + @ApiModelProperty(value = "闂嵎妯℃澘鍚嶇О", required = true) + @Excel(name = " 闂嵎妯℃澘鍚嶇О ") private String svyname; /** @@ -106,10 +110,10 @@ private Long islocal; /** - * 鏄惁鍚敤 + * 鏄惁鍚敤: 0 鍙敤 1 鍋滅敤 */ - @ApiModelProperty(value = "鏄惁鍚敤") - @Excel(name = " 鏄惁鍚敤 ") + @ApiModelProperty(value = "鏄惁鍚敤: 0 鍙敤 1 鍋滅敤") + @Excel(name = " 鏄惁鍚敤: 0 鍙敤 1 鍋滅敤 ") private String isenable = "0"; /** @@ -163,13 +167,14 @@ * 妯℃澘绉戝鍏宠仈闆嗗悎 */ @ApiModelProperty(value = "妯℃澘绉戝鍏宠仈闆嗗悎") - private List<TempDetpRelevance> tempDetpRelevances = new ArrayList<>(); + private List<TemplateDept> tempDetpRelevances = new ArrayList<>(); /** * 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎 */ @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎") private Integer isoperation; + /** * 绉戝鍚嶇О */ @@ -182,7 +187,7 @@ */ @Excel(name = "鏍囩淇℃伅") @ApiModelProperty("鏍囩淇℃伅") - private String labelInfo = ""; + private List<SvyLibTemplateTag> svyLibTemplateTagList; /** * 闄㈠尯 @@ -225,6 +230,15 @@ @ApiModelProperty(value = "鍒嗘暟绫诲瀷锛堟暟瀛楋紝瀛楁瘝锛岀瓑绾э級") private String scoreType; + @ApiModelProperty(value = "寮�鍦虹櫧") + private String prologue; + + @ApiModelProperty(value = "鎸囧璇�") + private String instruction; + + @ApiModelProperty(value = "缁撴潫璇�") + private String conclusion; + public SvyLibTemplate() { } -- Gitblit v1.9.3