9a10dd77 康伟

kangwei: 安全教育资料,添加文档类别docCategory

1 个父辈 ad9e658e
...@@ -37,6 +37,11 @@ public class DocumentManage { ...@@ -37,6 +37,11 @@ public class DocumentManage {
37 @ApiModelProperty(value = "文档类型") 37 @ApiModelProperty(value = "文档类型")
38 @Dict(dicCode = "document_type") 38 @Dict(dicCode = "document_type")
39 private String docuType; 39 private String docuType;
40
41 @ApiModelProperty(value = "文档类型")
42 @Dict(dicCode = "document_category")
43 private String docCategory;
44
40 /**文档名称*/ 45 /**文档名称*/
41 @Excel(name = "文档名称", width = 15) 46 @Excel(name = "文档名称", width = 15)
42 @ApiModelProperty(value = "文档名称") 47 @ApiModelProperty(value = "文档名称")
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!