All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.flood.log.services.IAuditService Maven / Gradle / Ivy

The newest version!
package cn.flood.log.services;


import cn.flood.log.model.Audit;

/**
 * 审计日志接口
 */
public interface IAuditService {
    void save(Audit audit);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy