package com.changhu.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.changhu.pojo.entity.SecurityUnit; import org.apache.ibatis.annotations.Mapper; /** * security_unit (保安单位) 固化类 * author: luozhun * desc 由groovy脚本自动生成 */ @Mapper public interface SecurityUnitMapper extends BaseMapper { }