package com.whyc.service;
|
|
import com.whyc.mapper.PermitGroupMapper;
|
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.stereotype.Service;
|
|
@Service
|
public class PermitGroupService {
|
@Autowired(required = false)
|
private PermitGroupMapper mapper;
|
|
|
|
}
|