package com.glxp.api.dao.auth; import com.glxp.api.dao.BaseMapperPlus; import com.glxp.api.entity.auth.AuthWarehouseUnify; import org.apache.ibatis.annotations.Mapper; @Mapper public interface AuthWarehouseUnifyMapper extends BaseMapperPlus { }