vince
2023-11-09 93e01fa050330ead95041ed11cc85e9765c19fc1
src/main/java/com/fzzy/gateway/hx2023/service/HxGatewaySyncGrainImpl.java
@@ -13,6 +13,7 @@
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.List;
@@ -22,7 +23,7 @@
 */
@Slf4j
@Data
@Component
@Service
public class HxGatewaySyncGrainImpl implements GatewaySyncGranService {