lidongdong
2022-10-18 4e3380df1cce5e3c6c9df42c881f2a22e6a20b6a
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;