git-svn-id: http://192.168.1.226/svn/proxy@743 454eff88-639b-444f-9e54-f578c98de674
| | |
| | | * @param clientTable
|
| | | * @param serviceTable
|
| | | */
|
| | | public static void client2service(String clientTable,String serviceTable){
|
| | | public static void clientToService(String clientTable,String serviceTable){
|
| | | //1.根据上次同步时间找出需要上传的数据
|
| | |
|
| | | //2.发送数据给服务器端
|
| | |
| | | * @param clientTable
|
| | | * @param serviceTable
|
| | | */
|
| | | public static void service2client(String clientTable,String serviceTable){
|
| | | public static void serviceToClient(String clientTable,String serviceTable){
|
| | | //1.根据上次同步时间获取需要同步的数据
|
| | |
|
| | | //2.保存数据到客户端
|