Commit c1053df9 by 吕伟康

反诈mapper类

parent 5e4be706
package com.winsun.mapper;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.winsun.bean.AntiFraudNotice;
import com.winsun.bean.AppConfig;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Component;
/**
* 反诈通告
*/
@Mapper
@Component
public interface AntiFraudNoticeMapper extends BaseMapper<AntiFraudNotice> {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment