fix: swagger看不到稽查内容列表字段问题
This commit is contained in:
+7
-1
@@ -3,11 +3,17 @@ package com.jero.modules.activiti.process.esRevision.entity.vo;
|
||||
import com.alibaba.fastjson.annotation.JSONField;
|
||||
import com.jero.common.aspect.annotation.Dict;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
/**
|
||||
* @author: Mzaxd
|
||||
* @Date: 2023/12/20 17:46
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class InspectContentVO {
|
||||
|
||||
/** 条款 */
|
||||
@@ -21,7 +27,7 @@ public class InspectContentVO {
|
||||
private String requirement;
|
||||
|
||||
@JSONField(name = "rectificationDepartment")
|
||||
@ApiModelProperty(value = "整改部门")
|
||||
@Dict(dictTable = "sys_depart", dicCode = "id", dicText = "depart_name")
|
||||
@ApiModelProperty(value = "整改部门")
|
||||
private String rectificationDepartment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user