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

com.xinjump.easyexcel.example.biz.service.UserService Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.xinjump.easyexcel.example.biz.service;

import com.xinjump.easyexcel.example.biz.entity.UserEntity;

import java.util.List;

/**
 * @author xinjump
 * @version 1.1
 * @date 2020/12/16 14:55
 * @see com.xinjump.easyexcel.example.biz.service
 */
public interface UserService {

    void query();

    boolean saveOrUpdateBatch(List userEntityList);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy