ZhuDongming
2019-07-26 c719bd3396f381e6ba60d613eab17f3a17c272b0
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.AlarmUser;
 
public interface AlarmUserMapper extends BaseMapper<AlarmUser> {
}