ZQN
2024-06-21 cdb4df5b86eefa7c36e4746b7fc00d7d15b52ce6
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> {
 
}