smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
@@ -18,7 +18,7 @@ * @author ls * @date 2023-06-14 */ @ApiModel(value = "PatArchiveReq", description = "患者档案请求对象") @ApiModel(value = "PatArchiveReq" , description = "患者档案请求对象") @Data public class PatArchiveReq { /** @@ -137,4 +137,11 @@ private Integer pageSize; /** * 是否过虑 */ @ApiModelProperty(value = " 是否过虑,默认false ") private boolean isFilter = false; }