yanghb
2023-04-04 82c12a0e90b4c71514595420749c63b25f73f52a
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> {
}