zhang-content/src/main/java/com/ruoyi/domain/ZfDoctor.java
@@ -14,7 +14,7 @@ /** * <p> * * * </p> * * @author ojq @@ -29,6 +29,8 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; private String fileName; /** * 病的类型 @@ -95,4 +97,22 @@ private Integer ownData; private Long shareId; /** * 参与者 */ private String companion; /** * 开始时间 */ @TableField(exist = false) private Date happenStartTime; /** * 结束时间 */ @TableField(exist = false) private Date happenEndTime; }