Update EmpServiceImpl.java

pull/15/head
pnxqwic3z 2 years ago
parent eb1f441d82
commit c3709fb883

@ -10,12 +10,7 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
/**
* @ClassName EmpServiceImpl
* @Description TODO
* @Author YHT
* @Date 2021/7/9 10:42
*/
@Service @Service
public class EmpServiceImpl implements IEmpService { public class EmpServiceImpl implements IEmpService {
@Autowired @Autowired

Loading…
Cancel
Save