- package com.usky.fire.mapper;
- import com.usky.fire.domain.DemFireSafetyInspection;
- import com.usky.common.mybatis.core.CrudMapper;
- /**
- * <p>
- * 消防安全检查记录表 Mapper 接口
- * </p>
- *
- * @author han
- * @since 2023-10-25
- */
- public interface DemFireSafetyInspectionMapper extends CrudMapper<DemFireSafetyInspection> {
- }
|