From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 18 九月 2024 09:39:02 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java b/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java index 8153ea4..3d2077d 100644 --- a/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java +++ b/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java @@ -43,10 +43,10 @@ private String svycode; /** - * 闂嵎鍚嶇О + * 闂嵎妯℃澘鍚嶇О */ - @ApiModelProperty(value = "闂嵎鍚嶇О", required = true) - @Excel(name = " 闂嵎鍚嶇О ") + @ApiModelProperty(value = "闂嵎妯℃澘鍚嶇О", required = true) + @Excel(name = " 闂嵎妯℃澘鍚嶇О ") private String svyname; /** @@ -170,7 +170,7 @@ */ @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎") private Integer isoperation; - + /** * 绉戝鍚嶇О */ @@ -226,6 +226,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