chenhj
5 天以前 83d250a0cfecdf3284dbf80fb8bd13a849340c78
1
2
3
4
5
6
7
package com.zbkj.service.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zbkj.common.model.system.AdminAreaRelation;
 
public interface AdminAreaRelationDao extends BaseMapper<AdminAreaRelation> {
}