package com.fzzy.async.fzzy35;
|
|
import com.fzzy.api.data.ApiParam;
|
import com.fzzy.api.data.SyncProtocol;
|
import com.fzzy.api.service.SyncService14;
|
import org.springframework.stereotype.Component;
|
|
/**
|
* FZZY-粮库系统4.0对接
|
*/
|
@Component
|
public class Fzzy35SyncService14 implements SyncService14 {
|
|
// public static final String BEAN_ID = "fzzy35.syncService14";
|
|
|
@Override
|
public String getProtocol() {
|
return SyncProtocol.FZZY_V35_GB.getCode();
|
}
|
|
@Override
|
public void syncData(ApiParam param) {
|
|
}
|
|
}
|