935090232@qq.com
2022-03-05 e2e3a5df786738c2c9620d921aa0f209a9eff21a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.matrix.system.common.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.matrix.system.common.bean.OperationLog;
 
/**
 * @description 单据操作记录
 * @author jyy
 * @date 2021-03-10 15:22
 */
public interface OperationLogDao extends BaseMapper<OperationLog> {
 
 
    
}