WarningInstanceMapper.java 349 Bytes
package com.ash.entity.dao;

import com.ash.entity.WarningInstance;
import com.github.yulichang.base.MPJBaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;

@Mapper
@Repository
public interface WarningInstanceMapper extends CommonBaseMapper<WarningInstance>, MPJBaseMapper<WarningInstance> {
}