package com.migao.service; import com.migao.config.response.ResponseBean; import com.migao.entity.vo.req.LogHistoryInsertReq; public interface LogHistoryService { /** * 增 * * @param logHistoryInsertReq logHistoryInsertReq * @return ? */ ResponseBean insert(LogHistoryInsertReq logHistoryInsertReq); }