zhs
2025-04-16 3c46b264b86bb38984370f685c6866c5f7784808
smartor/src/main/java/com/smartor/domain/PatMedOperation.java
@@ -487,5 +487,29 @@
    @Excel(name = "手术级别名称")
    private String opleveldesc;
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "开始手术时间")
    private Date beginTime;
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "结束手术时间")
    private Date endTime;
    /**
     * pageNum
     */
    @ApiModelProperty("pageNum")
    private Integer pageNum;
    /**
     * pageSize
     */
    @ApiModelProperty("pageSize")
    private Integer pageSize;
}