GrasSysOperationLogMapper.sql 262 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 /** * */ package com.funde.gras.oracle.mapper; import com.funde.gras.api.domain.GrasSysOperationLog; /** * @author fuweiqiang.wb * */ public interface GrasSysOperationLogMapper { void addGrasSysOperationLog(GrasSysOperationLog grasSysOperationLog); }