liujie
8 天以前 e2d1eddd9797f84573731f3c4c1e45d3b0952f93
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.ShowModular;
 
public interface ShowModularMapper extends BaseMapper<ShowModular> {
}