HIS医保
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user