From 88c5064877fa22316d794c225fff3ceced4371f3 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 03 三月 2025 20:03:43 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java index 7085ac1..fe82b2c 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java @@ -619,5 +619,10 @@ @ApiModelProperty(value = "缁撴潫鍑洪櫌鏃ユ湡") private Date endOutHospTime; + /** + * 绉戝涓庣梾鍖虹殑鏌ヨ鏄痮r杩樻槸and: 1:and(榛樿) 2:or + */ + @ApiModelProperty(value = "绉戝涓庣梾鍖虹殑鏌ヨ鏄痮r杩樻槸and: 1:and(榛樿) 2:or ") + private String deptOrDistrict = "1"; } -- Gitblit v1.9.3