风控之眼,风险预警平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

14 lines
317 B

package com.fkzy.warn.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.fkzy.warn.model.AlarmCase;
import org.apache.ibatis.annotations.Mapper;
/**
* @author zhangjing
* @date 2024/12/04 14:48
* @description
*/
@Mapper
public interface AlarmCaseMapper extends BaseMapper<AlarmCase> {
}