package com.isu.gaswellwatch.service; import com.baomidou.mybatisplus.extension.service.IService; import com.isu.gaswellwatch.entity.UserRole; public interface UserRoleService extends IService { }