admin
2019-11-25 e65037e672ecab852e2a6c5b242cdadfd1a58b33
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis.redpack;
 
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.redpack.RedPackForbid;
 
public interface RedPackForbidMapper extends BaseMapper<RedPackForbid> {
 
}