jinlin
2023-12-28 63447fec93e8e562833db30bc848884001b808c4
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;
}