zt/common/src/main/java/com/zt/common/entity/BaseEntity.java
@@ -24,4 +24,8 @@ @ApiModelProperty("附件") @TableField(exist = false) private Map<String,String> accessoryMap; @TableField(exist = false) @ApiModelProperty(value = "项目名称") private FlowInfo flowInfo; }