Administrator
2024-06-14 447770d03da965c1b0cec34c02cf17180c25eaa0
1
2
3
4
5
6
7
8
9
10
11
12
package com.dy.common.mw.channel.rmi;
 
public class RmiConfigVo {
    
    public boolean enable ;//是否启动
    
    public Integer port ; //端口号
    //RMI通信 ,port、context = localUnit 与中心系统中配置一致 
    public String context ;
 
    public Boolean showStartInfo; //是否在控制台上显示信息
}