jinpengyong
2020-10-19 0289e2c5349f6b2e8cf41126be7ff31381b3f1d5
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> {
}