package com.xzx.gc.role.service;
|
|
|
import com.xzx.gc.role.mapper.CoreAuditMapper;
|
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.stereotype.Service;
|
import org.springframework.transaction.annotation.Transactional;
|
|
@Service
|
@Transactional
|
public class CoreAuditService {
|
|
@Autowired
|
private CoreAuditMapper sysAuditMapper;
|
|
|
}
|