HIS医保

This commit is contained in:
2025-05-22 18:36:38 +08:00
parent ad4fb627f9
commit 1707e0f4ca
8 changed files with 129 additions and 59 deletions

View File

@@ -1,5 +1,7 @@
package com.dpkj.modules.chs.service;
import com.alibaba.fastjson.JSONObject;
public interface IHispayService {
/**
@@ -10,5 +12,5 @@ public interface IHispayService {
* @return void
* @author 萧道子 2025/4/28
*/
void getPatientInfo(String type, String content);
JSONObject getPatientInfo(String type, String content);
}