UserVolunteerService.java 241 Bytes
Newer Older
licc's avatar
licc committed
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> {
}