kongdeqiang
2 天以前 199202813dd8ca536ed2334f5eeb6aba3ad25b21
1
2
3
4
5
6
7
8
9
10
package com.boying.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.boying.entity.WhiteListRule;
import org.apache.ibatis.annotations.Mapper;
 
 
@Mapper
public interface WhiteListRuleMapper extends BaseMapper<WhiteListRule> {
}