lyh
2025-01-23 8d63dd77b9b3cd9b6d9768f216670fc499a8cab3
1
2
3
4
5
6
7
8
9
10
11
12
package org.jeecg.modules.dnc.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.dnc.entity.NcLogInfo;
 
/**
 * *  @Description: 日志表
 * @author clown
 * * @date 2023/12/4
 */
public interface NcLogInfoMapper extends BaseMapper<NcLogInfo> {
}