处理物业模块报错的问题
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6m51s

This commit is contained in:
lxj 2025-06-26 12:28:46 +08:00
parent 4ba65e1034
commit 5a3ed5dd23

View File

@ -1,15 +0,0 @@
package org.dromara.property.mapper;
import org.dromara.property.domain.TbAccessControl;
import org.dromara.property.domain.vo.TbAccessControlVo;
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
/**
* 门禁管理Mapper接口
*
* @author mocheng
* @date 2025-06-18
*/
public interface TbAccessControlMapper extends BaseMapperPlus<TbAccessControl, TbAccessControlVo> {
}