fengxiang
2017-12-29 9668ce3911266c1c3810c047408cc58e03086139
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> {
}