package com.ese.service;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
@Component
@Transactional
public class OverseasLoadService extends Service {
private static final long serialVersionUID = 4112578634263394111L;
}