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

com.yixan.base.controlling.IOperateRecordControlling Maven / Gradle / Ivy

There is a newer version: 3.7.1
Show newest version
package com.yixan.base.controlling;

import com.yixan.base.common.api.system.model.IUser;

/**
 * 操作日志
* 必须在操作入口先调用start()方法, 否则save()时报错 * * @author zhaohuihua * @version V1.0 2017年8月9日 */ public interface IOperateRecordControlling { void start(); void save(Class clazz, String method, String operateDesc, Object returns, IUser operator); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy