From c62e26954e41360fc6a2efc874815aa84f8b0073 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 21 五月 2025 14:45:10 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatMedOperation.java | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatMedOperation.java b/smartor/src/main/java/com/smartor/domain/PatMedOperation.java index 36ef2ff..ba4c151 100644 --- a/smartor/src/main/java/com/smartor/domain/PatMedOperation.java +++ b/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; + + } -- Gitblit v1.9.3