feige
2025-11-12 f1ef1f2baf4e58733c4913ce5df0b3d2ea582308
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;
    /**
     * 病的类型
     */
@@ -89,4 +91,10 @@
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date createTime;
    private Long familyId;
    @TableField(exist = false)
    private Integer ownData;
    private Long shareId;
}