All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.dawn9117.rlock.service.IUserService Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
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