package com.huaheng.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.system.domain.Apkinfo;
/**
 * 【请填写功能名称】 数据层
 * 
 * @author huaheng
 * @date 2020-07-23
 */
public interface ApkinfoMapper extends BaseMapper<Apkinfo> {
}