ZQN
2024-06-25 827d6b48ada013c448e98bc1d314a8098d06beeb
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.project.enforce.mapper;
 
import com.project.enforce.domain.EnforceComplaintLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * 投诉记录Mapper接口
 *
 * @author manton
 */
public interface EnforceComplaintLogMapper extends BaseMapper<EnforceComplaintLog> {
 
}