Commit b4fca6ba8a18368465a51eaf94a095f4cb3500bd
1 parent
20cb9e33cc
Exists in
master
and in
8 other branches
增加退出登录接口
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AutoMatchFacade.java
View file @
b4fca6b
| ... | ... | @@ -14,12 +14,14 @@ |
| 14 | 14 | import com.lyms.platform.query.PatientsQuery; |
| 15 | 15 | import org.apache.commons.collections.CollectionUtils; |
| 16 | 16 | import org.springframework.beans.factory.annotation.Autowired; |
| 17 | +import org.springframework.stereotype.Component; | |
| 17 | 18 | |
| 18 | 19 | import java.util.List; |
| 19 | 20 | |
| 20 | 21 | /** |
| 21 | 22 | * Created by Administrator on 2016/5/3 0003. |
| 22 | 23 | */ |
| 24 | +@Component | |
| 23 | 25 | public class AutoMatchFacade { |
| 24 | 26 | @Autowired |
| 25 | 27 | private UsersService usersService; |