UserVolunteerService.java 241 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 package cn.wisenergy.service.app; import cn.wisenergy.model.app.UserVolunteer; import com.baomidou.mybatisplus.extension.service.IService; /** * @author 86187 */ public interface UserVolunteerService extends IService<UserVolunteer> { }