From 0abbee42ed08582645795b4b98e2637cc10cfed0 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期日, 19 四月 2026 20:12:01 +0800
Subject: [PATCH] 修改一下fuFlag的默认值 fuFlag:0不要 1要(默认)
---
smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
index 0632196..067b229 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
@@ -33,7 +33,7 @@
@ApiModelProperty(value = "闂ㄨ瘖缂栧彿")
private String outhospno;
- @ApiModelProperty(value = "闀挎湡浠诲姟闅忚鏍囪瘑锛�0涓嶉渶瑕侊紝1闇�瑕�")
+ @ApiModelProperty(value = "闀挎湡浠诲姟闅忚鏍囪瘑锛�0闇�瑕侊紝1涓嶉渶瑕�")
private String fuflag;
/**
@@ -198,6 +198,12 @@
@ApiModelProperty(value = "骞撮緞")
private String age;
+ /**
+ * 鎬у埆
+ */
+ @ApiModelProperty(value = "鎬у埆")
+ private Long sex;
+
/**
* 鎵嬫満鍙�
--
Gitblit v1.9.3