com.github.dawn9117.rlock.service.IUserService Maven / Gradle / Ivy
package com.github.dawn9117.rlock.service;
import com.github.dawn9117.rlock.dao.User;
/**
* @author he.bo
*/
public interface IUserService {
User add(User user);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy