BusinessService.java 153 Bytes
package com.huaheng.api.Weighing.service;

public interface BusinessService {


     void udpHandleMethod(String message) throws InterruptedException;
}