jinlin
2024-02-23 1772fc5e211f9e9e0ab4cdc6c29b436aac178c2a
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;
}