fengxiang
2018-02-06 7014fd76c199e676159ac30da6f4dbb91e3a137e
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> {
}