admin
2019-03-22 a525f3faae1d749ccceefeb10612ab59cf4d9c1d
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis.push;
 
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.xinge.PushRecord;
 
public interface PushRecordMapper extends BaseMapper<PushRecord>{
 
}