Pu Zhibing
10 天以前 29fc332aa64432e4780fd2bcfb2baa93426ae910
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.MessNum;
 
public interface MessNumMapper extends BaseMapper<MessNum> {
}