init:米东项目初始化
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.saye.hospitalgd.service;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
|
||||
public interface HisInterFaceConfigService {
|
||||
List<HashMap<Object, Object>> findConfigById(String id) throws Exception;
|
||||
|
||||
List<HashMap<Object, Object>> findAllconfig() throws Exception;
|
||||
}
|
||||
Reference in New Issue
Block a user