沈斌
2018-06-09 dd47bb065b179dc866da5c8c2690069654ce78f2
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> {
}