From 896d14b328059863b5cc668dfc6c1d375f59de59 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 24 二月 2026 14:42:06 +0800
Subject: [PATCH] 代码提交
---
接口文档/查询捐献随访列表.md | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 110 insertions(+), 0 deletions(-)
diff --git "a/\346\216\245\345\217\243\346\226\207\346\241\243/\346\237\245\350\257\242\346\215\220\347\214\256\351\232\217\350\256\277\345\210\227\350\241\250.md" "b/\346\216\245\345\217\243\346\226\207\346\241\243/\346\237\245\350\257\242\346\215\220\347\214\256\351\232\217\350\256\277\345\210\227\350\241\250.md"
new file mode 100644
index 0000000..aba5929
--- /dev/null
+++ "b/\346\216\245\345\217\243\346\226\207\346\241\243/\346\237\245\350\257\242\346\215\220\347\214\256\351\232\217\350\256\277\345\210\227\350\241\250.md"
@@ -0,0 +1,110 @@
+# 鏌ヨ鎹愮尞闅忚鍒楄〃
+
+## 鎺ュ彛鎻忚堪
+鏌ヨ鎹愮尞闅忚鍒楄〃
+
+## 璇锋眰URL
+`POST /project/donatefollowup/list`
+
+## 璇锋眰澶�
+| 鍙傛暟鍚� | 绫诲瀷 | 蹇呭~ | 璇存槑 |
+|--------|------|------|------|
+| Authorization | String | 鏄� | 鐢ㄦ埛浠ょ墝 |
+| Content-Type | String | 鏄� | application/json |
+
+## 璇锋眰鍙傛暟
+| 鍙傛暟鍚� | 绫诲瀷 | 蹇呭~ | 璇存槑 |
+|--------|------|------|------|
+| pageNum | Integer | 鍚� | 椤电爜 |
+| pageSize | Integer | 鍚� | 姣忛〉鏁伴噺 |
+| seqno | Long | 鍚� | 闅忚搴忓彿(绗琻娆�) |
+| infoid | Long | 鍚� | 鍏宠仈service_donatebaseinfo琛ㄧ殑ID |
+| organid | Long | 鍚� | 鍏宠仈service_donateorgan琛ㄧ殑ID |
+| recipientname | String | 鍚� | 鍣ㄥ畼鍙椾綋鑰呭鍚� |
+| recipientphone | String | 鍚� | 鍣ㄥ畼鍙椾綋鑰呯數璇� |
+| recipientdescribe | String | 鍚� | 鍣ㄥ畼鍙椾綋鑰呮弿杩� |
+| hospitalno | String | 鍚� | 绉绘鍖婚櫌缂栧彿 |
+| hospitalname | String | 鍚� | 绉绘鍖婚櫌鍚嶇О |
+| hospitaldept | String | 鍚� | 绉绘鍖婚櫌绉戝 |
+| doctorname | String | 鍚� | 鎺ュ彈闅忚鍖荤敓濮撳悕 |
+| doctorphone | String | 鍚� | 鎺ュ彈闅忚鍖荤敓鐢佃瘽 |
+| doctordescribe | String | 鍚� | 鍖荤敓鎻忚堪 |
+| donateresult | String | 鍚� | 鎹愮尞缁撴灉 |
+| followupdescribe | String | 鍚� | 闅忚鎻忚堪 |
+| followupno | String | 鍚� | 闅忚鑰� |
+| followuptime | Date | 鍚� | 闅忚鏃堕棿 |
+
+## 璇锋眰绀轰緥
+```json
+{
+ "pageNum": 1,
+ "pageSize": 10,
+ "recipientname": "寮犱笁",
+ "hospitalname": "鍖椾含鍗忓拰鍖婚櫌",
+ "doctorname": "鏉庡尰鐢�"
+}
+```
+
+## 杩斿洖鍙傛暟
+| 鍙傛暟鍚� | 绫诲瀷 | 璇存槑 |
+|--------|------|------|
+| code | Integer | 鍝嶅簲鐘舵�佺爜锛�200琛ㄧず鎴愬姛 |
+| msg | String | 鍝嶅簲娑堟伅 |
+| total | Integer | 鎬昏褰曟暟 |
+| rows | Array | 鏁版嵁鍒楄〃 |
+
+### rows鏁扮粍鍏冪礌缁撴瀯
+| 鍙傛暟鍚� | 绫诲瀷 | 璇存槑 |
+|--------|------|------|
+| id | Long | 鎹愮尞闅忚ID |
+| seqno | Long | 闅忚搴忓彿(绗琻娆�) |
+| infoid | Long | 鍏宠仈service_donatebaseinfo琛ㄧ殑ID |
+| organid | Long | 鍏宠仈service_donateorgan琛ㄧ殑ID |
+| recipientname | String | 鍣ㄥ畼鍙椾綋鑰呭鍚� |
+| recipientphone | String | 鍣ㄥ畼鍙椾綋鑰呯數璇� |
+| recipientdescribe | String | 鍣ㄥ畼鍙椾綋鑰呮弿杩� |
+| hospitalno | String | 绉绘鍖婚櫌缂栧彿 |
+| hospitalname | String | 绉绘鍖婚櫌鍚嶇О |
+| hospitaldept | String | 绉绘鍖婚櫌绉戝 |
+| doctorname | String | 鎺ュ彈闅忚鍖荤敓濮撳悕 |
+| doctorphone | String | 鎺ュ彈闅忚鍖荤敓鐢佃瘽 |
+| doctordescribe | String | 鍖荤敓鎻忚堪 |
+| donateresult | String | 鎹愮尞缁撴灉 |
+| followupdescribe | String | 闅忚鎻忚堪 |
+| followupno | String | 闅忚鑰� |
+| followuptime | Date | 闅忚鏃堕棿 |
+
+## 杩斿洖绀轰緥
+```json
+{
+ "code": 200,
+ "msg": "鏌ヨ鎴愬姛",
+ "total": 1,
+ "rows": [
+ {
+ "id": 1,
+ "seqno": 1,
+ "infoid": 1001,
+ "organid": 100,
+ "recipientname": "寮犱笁",
+ "recipientphone": "13800138000",
+ "recipientdescribe": "鍙椾綋鎯呭喌鑹ソ",
+ "hospitalno": "H001",
+ "hospitalname": "鍖椾含鍗忓拰鍖婚櫌",
+ "hospitaldept": "绉绘绉�",
+ "doctorname": "鏉庡尰鐢�",
+ "doctorphone": "13900139000",
+ "doctordescribe": "涓绘不鍖荤敓",
+ "donateresult": "绉绘鎴愬姛",
+ "followupdescribe": "鏈悗鎭㈠鑹ソ锛屽悇椤规寚鏍囨甯�",
+ "followupno": "U001",
+ "followuptime": "2024-02-02 14:00:00"
+ }
+ ]
+}
+```
+
+## 娉ㄦ剰浜嬮」
+1. 鎺ュ彛鏀寔鍒嗛〉鏌ヨ锛宲ageNum浠�1寮�濮�
+2. 鏃ユ湡鏍煎紡缁熶竴涓猴細`yyyy-MM-dd HH:mm:ss`
+3. 杩斿洖鏁版嵁鎸夐殢璁挎椂闂存帓搴�
--
Gitblit v1.9.3