ludc
2024-12-09 d503069a62723647351548b7ae6fc3879f8f4df8
1
2
3
4
5
6
7
package com.vci.omd.constants;
 
public class LinkTypeConstants {
 
    public static final String Direction_To = "to";
    public static final String Direction_From = "from";
}