【Spring Boot】Spring Boot批量上传数据
1、Service层public interface StudentService {
void addWorkOrders(List<Student> student);
}2、ServiceImpl层@Service
@Transactional
public class StudentServiceImpl implements StudentService {
@Ov...
原创
2018-05-22 10:48:46 ·
1063 阅读 ·
0 评论