Browse Source

1、删除无关引用

master
Aug 2 months ago
parent
commit
7fc7e23496
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/AuthenticationServiceImpl.java

+ 0
- 4
jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/AuthenticationServiceImpl.java View File

@ -7,7 +7,6 @@ import org.jeecg.modules.employAhthenticationCompany.entity.EmployAhthentication
import org.jeecg.modules.employAhthenticationCompany.service.IEmployAhthenticationCompanyService;
import org.jeecg.modules.employAuthenticationPerson.entity.EmployAuthenticationPerson;
import org.jeecg.modules.employAuthenticationPerson.service.IEmployAuthenticationPersonService;
import org.jeecg.modules.employCompany.service.IEmployCompanyService;
import org.jeecg.modules.hanHaiMember.entity.HanHaiMember;
import org.springframework.stereotype.Service;
@ -28,9 +27,6 @@ public class AuthenticationServiceImpl implements AuthenticationService {
@Resource
private IEmployAhthenticationCompanyService employAhthenticationCompanyService;
//企业信息表
@Resource
private IEmployCompanyService employCompanyService;
/******************************************************************************************************************/
//会员中心-个人实名认证


Loading…
Cancel
Save