fei
3 天以前 458bed025c92c45ce7cfca3e685b9cb9548c61d3
zhang-content/src/main/java/com/ruoyi/domain/ZfDoctor.java
@@ -30,6 +30,8 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    private String fileName;
    /**
     * 病的类型
     */
@@ -94,4 +96,5 @@
    @TableField(exist = false)
    private Integer ownData;
    private Long shareId;
}