smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
@@ -192,4 +192,32 @@ @ApiModelProperty(value = "类别:0急诊 1门诊") private String category; /** * 就诊开始时间 */ @ApiModelProperty(value = "就诊开始时间") @JsonFormat(pattern = "yyyy-MM-dd") private Date starttime; /** * 就诊结束时间 */ @ApiModelProperty(value = "就诊结束时间") @JsonFormat(pattern = "yyyy-MM-dd") private Date endtime; /** * pageNum */ @ApiModelProperty("pageNum") private Integer pageNum; /** * pageSize */ @ApiModelProperty("pageSize") private Integer pageSize; }