update 问答库-字典翻译
This commit is contained in:
+2
@@ -89,6 +89,7 @@ public class LawsProblemLibrary implements Serializable {
|
||||
/**项目*/
|
||||
@Excel(name = "项目", width = 15)
|
||||
@ApiModelProperty(value = "项目")
|
||||
@Dict(dictTable = "laws_project_library", dicCode = "id", dicText = "project_name")
|
||||
private java.lang.String project;
|
||||
/**问题描述*/
|
||||
@Excel(name = "问题描述", width = 15)
|
||||
@@ -102,6 +103,7 @@ public class LawsProblemLibrary implements Serializable {
|
||||
/**附件*/
|
||||
@Excel(name = "附件", width = 15)
|
||||
@ApiModelProperty(value = "附件")
|
||||
@Dict(dictTable = "oss_file", dicCode = "id", dicText = "file_name")
|
||||
private java.lang.String file;
|
||||
/**是否有人回答(0否,1是)*/
|
||||
@Excel(name = "是否有人回答(0否,1是)", width = 15)
|
||||
|
||||
Reference in New Issue
Block a user