lidongdong
2022-10-18 220cecf6c3a91cff8c08dabaa60e2515de83695a
flower_city/src/main/java/com/dg/core/db/gen/entity/TransactionEvent.java
@@ -39,6 +39,13 @@
    @ApiModelProperty("部门所属区域")
    private String departmentArea;
     /**
     * 部门电话
     */
     @TableField(exist = false)
    @ApiModelProperty("部门电话")
    private String contactNumber;
    /**
     * 分类id
     */
@@ -255,7 +262,11 @@
    @ApiModelProperty(name = "operationalGuidelineVideoName", value = "操作指南视频名称")
    private String  operationalGuidelineVideoName;
    @ApiModelProperty(name = "operationalGuidelineName", value = "操作指南名称")
    private  String  operationalGuidelineName;