@ -61,6 +61,14 @@
<artifactId>commons-data-mysql</artifactId>
</dependency>
<dependency>
<groupId>com.yihu.ehr</groupId>
<artifactId>commons-util</artifactId>
<artifactId>commons-rest-model</artifactId>
</dependencies>
@ -1 +1 @@
svr-medical-record 医疗云-区域检验平台微服务
svr-inspection 医疗云-区域检验平台微服务
@ -0,0 +1,14 @@
package com.yihu.ehr.svrinspection.service;
import org.springframework.stereotype.Service;
/**
* @author HZY
* @created 2018/11/14 9:21
*/
@Service
public class ProfileService {
}