From 5673a45b1bbbe33f2837ba8d94ce601c5f3e41b5 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期日, 27 四月 2025 13:58:58 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/XinHuaWXReq.java | 41 ++++++++++++++++++++++------------------- 1 files changed, 22 insertions(+), 19 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/XinHuaWXReq.java b/smartor/src/main/java/com/smartor/domain/XinHuaWXReq.java index 2e853db..fab95b7 100644 --- a/smartor/src/main/java/com/smartor/domain/XinHuaWXReq.java +++ b/smartor/src/main/java/com/smartor/domain/XinHuaWXReq.java @@ -16,27 +16,11 @@ public class XinHuaWXReq { private static final long serialVersionUID = 1L; -// /** -// * 鎺ュ彛鏈嶅姟鍚嶏紝鍥哄畾鍊� -// */ -// @ApiModelProperty(value = "鎺ュ彛鏈嶅姟鍚嶏紝鍥哄畾鍊�") -// private String service = "smarthos.yygh.ApiService.push"; -// -// private String spid = "1001"; - /** - * 璇佷欢鍙� + * 鎺ュ彛鏈嶅姟鍚嶏紝鍥哄畾鍊� */ - @Excel(name = " 璇佷欢鍙�") - @ApiModelProperty(value = "璇佷欢鍙�") - private String idcard; - - /** - * 璇︽儏鍦板潃 - */ - @Excel(name = "閾炬帴鍦板潃") - @ApiModelProperty(value = "閾炬帴鍦板潃") - private String url; + @ApiModelProperty(value = "鎺ュ彛鏈嶅姟鍚嶏紝鍥哄畾鍊�") + private String service = "smarthos.pat.notice"; /** @@ -44,6 +28,7 @@ */ @ApiModelProperty(value = "搴旂敤缂栧彿") private String appid; + /** * 鎮h�呯紪鍙� @@ -56,6 +41,12 @@ */ @ApiModelProperty(value = "鎮h�呭鍚�") private String patientname; + /** + * 璇佷欢鍙� + */ + @Excel(name = " 璇佷欢鍙�") + @ApiModelProperty(value = "璇佷欢鍙�") + private String idcard; /** * 鎵嬫満鍙风爜 @@ -81,4 +72,16 @@ @ApiModelProperty(value = "閾炬帴鍦板潃") private String content; + /** + * 璇︽儏鍦板潃 + */ + @Excel(name = "閾炬帴鍦板潃") + @ApiModelProperty(value = "閾炬帴鍦板潃") + private String url; + + + + + + } -- Gitblit v1.9.3