You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
396 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

package ;
/**
* 鍒嗗竷寮忓<E5AFAE>璞℃爣璁版帴鍙紝鎵€鏈夎法缃戠粶浼犺緭鐨勫<E990A8>璞¢渶瀹炵幇姝ゆ帴鍙?
* @author chuyang
* @version 1.0
* @created 28-10月-2025 11:03:00
*/
public interface DistributedObject extends Serializable {
public String getObjectId();
public void initialize();
/**
*
* @param id
*/
public void setObjectId(String id);
}